Skip to content

Commit f6625fb

Browse files
authored
Merge pull request #30 from CBIIT/update-trivy-action
Update trivy action
2 parents b07bad7 + e475cc0 commit f6625fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-push-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
6464
- name: Run Trivy vulnerability scanner
6565
id: trivy-scan
66-
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30.0
66+
if: ${{ inputs.fail_trivy_scan}}
67+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
6768
with:
6869
image-ref: '${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}'
6970
format: 'table'

0 commit comments

Comments
 (0)