Skip to content

Commit df7981d

Browse files
authored
Merge pull request #965 from l3montree-dev/hard-pipeline-failure
Adds continue-on-error false - configures devguard reusable workflow …
2 parents 2c1da3b + f182af0 commit df7981d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
fail-on-cvss: high
5858
web-ui: https://main.devguard.org
5959
should-deploy: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
60+
continue-on-open-code-risk: false
6061
secrets:
6162
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
6263
build-args: "--context=. --dockerfile=Dockerfile --build-arg GITHUB_REF_NAME=$GITHUB_REF_NAME"

0 commit comments

Comments
 (0)