Skip to content

Commit

Permalink
feat: generate/upload sbom for cosign projects
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <[email protected]>
  • Loading branch information
developer-guy committed Dec 20, 2021
1 parent 0c25819 commit 65cebd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
with:
go-version: '1.17.x'
- uses: imjasonh/[email protected]
with:
version: tip
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SRCS = $(shell find cmd -iname "*.go") $(shell find pkg -iname "*.go")
GOLANGCI_LINT_DIR = $(shell pwd)/bin
GOLANGCI_LINT_BIN = $(GOLANGCI_LINT_DIR)/golangci-lint

KO_PREFIX ?= gcr.io/projectsigstore
KO_PREFIX ?= docker.io/devopps
export KO_DOCKER_REPO=$(KO_PREFIX)

.PHONY: all lint test clean cosign cross
Expand Down

0 comments on commit 65cebd2

Please sign in to comment.