Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fix: trivy branch ref
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight authored Jan 2, 2025
1 parent d1498fc commit 0268572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pull-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
trivy image \
--db-repository ${{ env.TRIVY_DATABASES }} \
--java-db-repository ${{ env.TRIVY_JAVA_DATABASES }} \
${{ inputs.registry-name }}.azurecr.io/${{ inputs.image }}:${{ github.head_ref }} \
${{ inputs.registry-name }}.azurecr.io/${{ inputs.image }}:${{ inputs.branch-name }} \
--exit-code 10 --timeout=20m --scanners vuln --severity CRITICAL --quiet
EXIT_CODE=$?
Expand Down

0 comments on commit 0268572

Please sign in to comment.