Skip to content

Commit 01d9180

Browse files
authored
Merge pull request #985 from l3montree-dev/timbastin-patch-1
Update devguard-scanner.yaml
2 parents 90819c5 + 675184d commit 01d9180

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 2 additions & 2 deletions
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: false
66+
continue-on-open-code-risk: true
6767
secrets:
6868
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
6969
build-args: "--context=. --dockerfile=Dockerfile --build-arg GITHUB_REF_NAME=$GITHUB_REF_NAME"
@@ -135,4 +135,4 @@ jobs:
135135
api-url: https://api.main.devguard.org
136136
artifact-name: "scanner"
137137
secrets:
138-
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
138+
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}

0 commit comments

Comments
 (0)