Skip to content

Commit

Permalink
build: use latest sbom-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li committed Jul 4, 2023
1 parent b7be0fb commit b71d61f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ GATEKEEPER_VERSION ?= 3.11.0
COSIGN_VERSION ?= 1.13.1
NOTATION_VERSION ?= 1.0.0-rc.3
ORAS_VERSION ?= 1.0.0-rc.2
SBOM_TOOL_VERSION ?= 1.1.2

HELM_VERSION ?= 3.9.2
BATS_BASE_TESTS_FILE ?= test/bats/base-test.bats
Expand Down Expand Up @@ -340,7 +339,7 @@ e2e-sbom-setup:
mkdir -p .staging/sbom

# Install sbom-tool
curl -Lo .staging/sbom/sbom-tool https://github.com/microsoft/sbom-tool/releases/download/v${SBOM_TOOL_VERSION}/sbom-tool-linux-x64 && chmod +x .staging/sbom/sbom-tool
curl -Lo .staging/sbom/sbom-tool https://github.com/microsoft/sbom-tool/releases/latest/download/sbom-tool-linux-x64 && chmod +x .staging/sbom/sbom-tool

# Build/Push Images
printf 'FROM ${ALPINE_IMAGE}\nCMD ["echo", "sbom image"]' > .staging/sbom/Dockerfile
Expand Down

0 comments on commit b71d61f

Please sign in to comment.