Skip to content

Commit

Permalink
feat(trivy): Bump to support v0.56.1 (aquasecurity#387)
Browse files Browse the repository at this point in the history
* feat(trivy): Bump to support v0.55.2

* fix tests

* update github workflow

* upgrade to v0.56.0

* bump to trivy v0.56.1

* update tests
  • Loading branch information
simar7 authored and knqyf263 committed Oct 8, 2024
1 parent 5119c49 commit b5dc1f6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 975 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
TRIVY_VERSION: 0.53.0
TRIVY_VERSION: 0.56.1
BATS_LIB_PATH: '/usr/lib/'

jobs:
Expand All @@ -24,4 +24,6 @@ jobs:
trivy --version
- name: Test
run: bats -r -T .
run: |
chmod +x entrypoint.sh
bats -r -T .
436 changes: 2 additions & 434 deletions test/data/config-sarif-report/report.sarif

Large diffs are not rendered by default.

Loading

0 comments on commit b5dc1f6

Please sign in to comment.