We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c157509 commit f2ff988Copy full SHA for f2ff988
1 file changed
.github/workflows/devguard-scanner.yaml
@@ -55,6 +55,7 @@ jobs:
55
api-url: https://api.main.devguard.org
56
fail-on-risk: high
57
fail-on-cvss: high
58
+ web-ui: https://main.devguard.org
59
should-deploy: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
60
secrets:
61
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
@@ -81,6 +82,9 @@ jobs:
81
82
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard
83
84
artifact-name: "scanner"
85
86
+ fail-on-cvss: high
87
+ fail-on-risk: high
88
89
90
0 commit comments