Skip to content

Commit

Permalink
adjust severity threshold image scanning task
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvdklinkenberg committed Nov 30, 2021
1 parent cdb9f27 commit be70ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
continue-on-error: true
with:
image-name: ${{ secrets.REGISTRY_NAME }}.azurecr.io/test:${{ github.sha }}
severity-threshold: HIGH
severity-threshold: CRITICAL
run-quality-checks: true
- uses: Azure/docker-login@v1
name: acr login
Expand Down

0 comments on commit be70ac2

Please sign in to comment.