Skip to content

Commit 90819c5

Browse files
committed
no open code risks as security gate
1 parent 7239e7e commit 90819c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fail-on-cvss: high
6464
web-ui: https://main.devguard.org
6565
should-deploy: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
66-
continue-on-open-code-risk: true
66+
continue-on-open-code-risk: false
6767
secrets:
6868
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
6969
build-args: "--context=. --dockerfile=Dockerfile --build-arg GITHUB_REF_NAME=$GITHUB_REF_NAME"

0 commit comments

Comments
 (0)