Skip to content

Commit 558d2cb

Browse files
update trivy and syft
1 parent 7aab31a commit 558d2cb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/actions/setup-build-env/action.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
# Pre-condition: the calling job must have checked out the repo before calling
1616
# this action (LDFLAGS runs `make get-ldflags` which needs the Makefile).
1717
#
18-
# Tool versions are kept in sync with goreleaser-glibc-image:
19-
# https://github.com/ThalesGroup/goreleaser-glibc-image
20-
# SYFT_VERSION=1.33.0 TRIVY_VERSION=0.66.0
18+
# Tool versions: update here when new releases are available.
19+
# SYFT_VERSION=1.45.1 TRIVY_VERSION=0.71.0
2120

2221
name: Setup build environment
2322
description: >
@@ -87,12 +86,12 @@ runs:
8786
shell: bash
8887
run: |
8988
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh \
90-
| sudo sh -s -- -b /usr/local/bin v1.33.0
89+
| sudo sh -s -- -b /usr/local/bin v1.45.1
9190
9291
# -- Trivy ----------------------------------------------------------------
9392
# Generates CycloneDX VEX SBOMs with live vulnerability data, invoked by goreleaser.
9493
- name: Install Trivy
9594
shell: bash
9695
run: |
9796
curl -sSfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh \
98-
| sudo sh -s -- -b /usr/local/bin v0.66.0
97+
| sudo sh -s -- -b /usr/local/bin v0.71.0

0 commit comments

Comments
 (0)