Skip to content

Commit

Permalink
test trivy severity through env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Nov 13, 2024
1 parent 7b2b3a3 commit dbcd894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-validate-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@ian-test-fix-trivy-issue
with:
scan_severity: HIGH,CRITICAL
failure_severity: ${{ inputs.vulnerability_severity }}
failure_severity: ${{ inputs.failure_severity }}
publish_vulnerabilities: ${{ inputs.publish_vulnerabilities }}
image_ref: ${{ steps.meta.outputs.tags }}
scan_type: image
Expand Down

0 comments on commit dbcd894

Please sign in to comment.