feat(trivy): Bump to support v0.56.1 (#387)

* 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
This commit is contained in:
simar7
2024-10-07 14:14:19 -06:00
committed by GitHub
parent 54f21d8382
commit f781cce5aa
7 changed files with 12 additions and 976 deletions
+4 -2
View File
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
TRIVY_VERSION: 0.53.0
TRIVY_VERSION: 0.56.1
BATS_LIB_PATH: '/usr/lib/'
jobs:
@@ -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 .