File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 84
84
- run :
85
85
name : Install Cross-Platform Emulators
86
86
command : docker run --privileged --rm tonistiigi/binfmt --install all
87
+ - run :
88
+ name : Install syft
89
+ command : curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
87
90
- run :
88
91
name : Test Release
89
92
command : curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish
@@ -103,6 +106,9 @@ jobs:
103
106
- run :
104
107
name : Authenticate with DockerHub
105
108
command : echo "${DOCKER_PASSWORD}" | docker login docker.io -u "${DOCKER_USERNAME}" --password-stdin
109
+ - run :
110
+ name : Install syft
111
+ command : curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
106
112
- run :
107
113
name : Publish Release
108
114
command : curl -sL https://git.io/goreleaser | bash
Original file line number Diff line number Diff line change @@ -110,3 +110,6 @@ docker_manifests:
110
110
- name_template : sylabsio/scs-build:{{ .Major }}.{{ .Minor }}.{{ .Patch }}
111
111
image_templates : *manifest-images
112
112
skip_push : auto
113
+
114
+ sboms :
115
+ - artifacts : archive
You can’t perform that action at this time.
0 commit comments