Skip to content

Commit

Permalink
Trigger flow
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvdklinkenberg committed Oct 13, 2021
1 parent 476d7dd commit f580b2e
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 @@ -19,7 +19,7 @@ jobs:
- uses: Azure/container-scan@v0
name: scan images for vulnerabilities
id: container_scan
continue-on-error: false
continue-on-error: true
with:
image-name: ${{ secrets.REGISTRY_NAME }}.azurecr.io/test:${{ github.sha }}
severity-threshold: HIGH
Expand Down

0 comments on commit f580b2e

Please sign in to comment.