Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! feat: switch to github + bump libr…
Browse files Browse the repository at this point in the history
…ary + bump python libraries + sysdig image validation
  • Loading branch information
vrenaville committed Sep 19, 2024
1 parent 198f7f5 commit 1881be7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,12 @@ 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
stop-on-failed-policy-eval: false
stop-on-processing-error: false
image-tag: ci-4xx-latest:${{ matrix.odoo_serie }}
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'
Expand Down

0 comments on commit 1881be7

Please sign in to comment.