Skip to content

Commit f2ff988

Browse files
committed
overwrites default webui flag
1 parent c157509 commit f2ff988

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
api-url: https://api.main.devguard.org
5656
fail-on-risk: high
5757
fail-on-cvss: high
58+
web-ui: https://main.devguard.org
5859
should-deploy: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
5960
secrets:
6061
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
@@ -81,6 +82,9 @@ jobs:
8182
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard
8283
api-url: https://api.main.devguard.org
8384
artifact-name: "scanner"
85+
web-ui: https://main.devguard.org
86+
fail-on-cvss: high
87+
fail-on-risk: high
8488
secrets:
8589
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
8690

0 commit comments

Comments
 (0)