Skip to content

Commit

Permalink
fixup! feat: switch to github + bump library + bump python libraries …
Browse files Browse the repository at this point in the history
…+ sysdig image validation
  • Loading branch information
vrenaville committed Sep 19, 2024
1 parent 9e70c89 commit 6311522
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
odoo_serie: ["11.0","12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]
odoo_serie: ["15.0"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,12 +68,14 @@ jobs:
- name: Test
run: make VERSION=${{ matrix.odoo_serie }} test

#- name: Scan image
# id: scan
# uses: sysdiglabs/scan-action@v5
# with:
# image-tag: sysdiglabs/dummy-vuln-app:latest
# sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
- name: Scan image
id: scan
uses: sysdiglabs/scan-action@v5
with:
sysdig-secure-url: https://eu1.app.sysdig.com
stop-on-processing-error: true
image-tag: ci-latest:0.1
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}

- name: Login to GitHub Container Registry
if: github.event_name == 'push' || github.event_name == 'schedule'
Expand Down

0 comments on commit 6311522

Please sign in to comment.