Skip to content

Commit 18f2510

Browse files
authored
chore(deps): Bump trivy to v0.57.1 (#434)
* chore(deps): Bump trivy to v0.57.1 * update tests * use mirrors from mirror.gcr.io * update workflow for tests * Revert "use mirrors from mirror.gcr.io" This reverts commit 529a941.
1 parent 93941ce commit 18f2510

File tree

6 files changed

+987
-20
lines changed

6 files changed

+987
-20
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
TRIVY_VERSION: 0.56.1
9+
TRIVY_VERSION: 0.57.1
1010
BATS_LIB_PATH: '/usr/lib/'
1111

1212
jobs:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
uses: aquasecurity/[email protected]
216216
with:
217217
cache: true
218-
version: v0.56.1
218+
version: v0.57.1
219219
220220
- name: Run Trivy vulnerability scanner in repo mode
221221
uses: aquasecurity/trivy-action@master

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ inputs:
9898
version:
9999
description: 'Trivy version to use'
100100
required: false
101-
default: 'v0.56.1'
101+
default: 'v0.57.1'
102102
cache:
103103
description: 'Used to specify whether caching is needed. Set to false, if you would like to disable caching.'
104104
required: false

0 commit comments

Comments
 (0)