We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c9a75 commit 6358492Copy full SHA for 6358492
.github/workflows/test_image.yaml
@@ -52,6 +52,7 @@ jobs:
52
uses: sysdiglabs/scan-action@v6
53
with:
54
image-tag: ghcr.io/sysdiglabs/sysdig-mcp-server:test
55
- sysdig-secure-token: ${{ secrets.KUBELAB_SECURE_API_TOKEN }}
+ sysdig-secure-token: ${{ secrets.SECURE_ENV_MON_API_KEY }}
56
+ sysdig-secure-url: ${{ secrets.SECURE_ENV_MON_ENDPOINT }}
57
stop-on-failed-policy-eval: true
58
stop-on-processing-error: true
0 commit comments