We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90819c5 + 675184d commit 01d9180Copy full SHA for 01d9180
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: false
+ continue-on-open-code-risk: true
67
secrets:
68
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
69
build-args: "--context=. --dockerfile=Dockerfile --build-arg GITHUB_REF_NAME=$GITHUB_REF_NAME"
@@ -135,4 +135,4 @@ jobs:
135
api-url: https://api.main.devguard.org
136
artifact-name: "scanner"
137
138
- devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
+ devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
0 commit comments