We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7239e7e commit 90819c5Copy full SHA for 90819c5
1 file changed
.github/workflows/devguard-scanner.yaml
@@ -63,7 +63,7 @@ jobs:
63
fail-on-cvss: high
64
web-ui: https://main.devguard.org
65
should-deploy: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
66
- continue-on-open-code-risk: true
+ continue-on-open-code-risk: false
67
secrets:
68
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
69
build-args: "--context=. --dockerfile=Dockerfile --build-arg GITHUB_REF_NAME=$GITHUB_REF_NAME"
0 commit comments