We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c1da3b + f182af0 commit df7981dCopy full SHA for df7981d
1 file changed
.github/workflows/devguard-scanner.yaml
@@ -57,6 +57,7 @@ jobs:
57
fail-on-cvss: high
58
web-ui: https://main.devguard.org
59
should-deploy: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
60
+ continue-on-open-code-risk: false
61
secrets:
62
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
63
build-args: "--context=. --dockerfile=Dockerfile --build-arg GITHUB_REF_NAME=$GITHUB_REF_NAME"
0 commit comments