File tree Expand file tree Collapse file tree
.github/actions/setup-build-env Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2221name : Setup build environment
2322description : >
@@ -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
You can’t perform that action at this time.
0 commit comments