File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 - name : Print supported platforms
4545 run : go tool dist list
4646
47+ - name : Install syft
48+ run : |
49+ curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
50+ syft version
51+
4752 - name : Set ui_file
4853 id : vars
4954 run : |
7075 UI_SEPARATOR : " --------UI--------"
7176 UI_FILE : ${{ steps.vars.outputs.ui_file }}
7277 # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
73- # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
78+ # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
79+
80+ - name : Generate SBOM
81+ uses : anchore/sbom-action@v0
82+ with :
83+ path : .
84+ artifact-name : sbom.spdx
85+ upload-artifact-retention : 14
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ changelog:
4949 filters :
5050 exclude :
5151 - ' ^docs:'
52- - ' ^test:'
52+ - ' ^test:'
You can’t perform that action at this time.
0 commit comments