We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0646712 commit a3f848eCopy full SHA for a3f848e
1 file changed
.github/workflows/publish-azure-cc-enclave-docker.yaml
@@ -128,7 +128,7 @@ jobs:
128
BUILD_TARGET=${{ env.ENCLAVE_PROTOCOL }}
129
130
- name: Generate Trivy vulnerability scan report
131
- uses: aquasecurity/trivy-action@0.14.0
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
132
with:
133
image-ref: ${{ steps.meta.outputs.tags }}
134
format: 'sarif'
@@ -144,7 +144,7 @@ jobs:
144
sarif_file: 'trivy-results.sarif'
145
146
- name: Test with Trivy vulnerability scanner
147
148
149
150
format: 'table'
0 commit comments