Skip to content

Commit

Permalink
fixup! fixup! feat: switch to github + bump library + bump python lib…
Browse files Browse the repository at this point in the history
…raries + sysdig image validation
  • Loading branch information
vrenaville committed Sep 19, 2024
1 parent 6311522 commit 9cf59b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,18 @@ jobs:
uses: sysdiglabs/scan-action@v5
with:
sysdig-secure-url: https://eu1.app.sysdig.com
stop-on-failed-policy-eval: true
stop-on-processing-error: true
image-tag: ci-latest:0.1
skip-upload: false
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}

- name: Upload SARIF file
if: success() || failure()
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ github.workspace }}/sarif.json

- name: Login to GitHub Container Registry
if: github.event_name == 'push' || github.event_name == 'schedule'
uses: docker/login-action@v2
Expand Down

0 comments on commit 9cf59b2

Please sign in to comment.