Skip to content

Commit

Permalink
Fix #5 - Use latest trivy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamenlom authored Aug 29, 2024
1 parent 3d23baf commit c2d6320
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
scan_fs:
runs-on: ubuntu-latest
container:
image: aquasec/trivy:0.14.0
image: aquasec/trivy:0.54.1
steps:
- name: Checkout
uses: actions/checkout@v4

- name: scan fs
run: trivy --light fs --quiet --exit-code 1 .
run: trivy fs --quiet --exit-code 1 .

unittest:
runs-on: ubuntu-latest
Expand Down
34 changes: 26 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2d6320

Please sign in to comment.