We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd9e6b commit f2a907cCopy full SHA for f2a907c
1 file changed
.github/workflows/devguard-scanner.yaml
@@ -99,8 +99,8 @@ jobs:
99
api-url: https://api.main.devguard.org
100
artifact-name: "pkg:oci/scanner?repository_url=ghcr.io/l3montree-dev/devguard/scanner"
101
web-ui: https://main.devguard.org
102
- fail-on-cvss: high
103
- fail-on-risk: high
+ fail-on-cvss: never
+ fail-on-risk: never
104
image-suffix: "scanner"
105
secrets:
106
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
0 commit comments