We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af89e6 commit 3226abcCopy full SHA for 3226abc
1 file changed
.github/workflows/devguard-scanner.yaml
@@ -55,13 +55,12 @@ jobs:
55
api-url: https://api.main.devguard.org
56
fail-on-risk: high
57
fail-on-cvss: high
58
- should-deploy: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
+ should-deploy: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
59
secrets:
60
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
61
build-args: "--context=. --dockerfile=Dockerfile --build-arg GITHUB_REF_NAME=$GITHUB_REF_NAME"
62
63
64
-
65
build-scanner-image:
66
uses: l3montree-dev/devguard-action/.github/workflows/build-image.yml@main
67
with:
0 commit comments