Skip to content

Commit

Permalink
build: use latest sbom-tool (#917)
Browse files Browse the repository at this point in the history
Co-authored-by: Susan Shi <huish@microsoft.com>
  • Loading branch information
binbin-li and susanshi committed Jul 6, 2023
1 parent 1a0130f commit 249f5f4
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.7
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 @@ -320,7 +319,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 249f5f4

Please sign in to comment.