Skip to content

Commit

Permalink
feat(trivy): Bump to support v0.56.1 (#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 Oct 7, 2024
1 parent 54f21d8 commit f781cce
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 976 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 @@ -26,4 +26,6 @@ jobs:
- name: Test
run: |
chmod +x entrypoint.sh
bats -r -T .
GITHUB_REPOSITORY_OWNER=aquasecurity\
TRIVY_CACHE_DIR=.cache TRIVY_DISABLE_VEX_NOTICE=true TRIVY_DEBUG=true\
bats --recursive --timing --verbose-run .
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.53.0
FROM ghcr.io/aquasecurity/trivy:0.56.1
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh
Expand Down
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 f781cce

Please sign in to comment.