File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 6161 uses : actions/setup-go@master
6262 with :
6363 go-version : 1.17.2
64+ - name : setup-syft
65+ run : |
66+ curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | \
67+ sh -s -- -b /usr/local/bin v0.32.0
6468 - name : dry run goreleaser
65- uses : goreleaser/goreleaser-action@master
69+ uses : goreleaser/goreleaser-action@v2
6670 env :
6771 GITHUB_TOKEN : ${{ steps.generate-token.outputs.token }}
6872 with :
Original file line number Diff line number Diff line change 2828 - name : clean working tree
2929 run : |
3030 git checkout -- version.bzl
31+ - name : setup-syft
32+ run : |
33+ curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | \
34+ sh -s -- -b /usr/local/bin v0.32.0
3135 - name : Run goreleaser
3236 uses : goreleaser/goreleaser-action@master
3337 env :
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ builds:
1515
1616checksum :
1717 name_template : ' checksums.txt'
18+
19+ sboms :
20+ - artifacts : archive
21+
1822brews :
1923 - # Repository to push the tap to.
2024 tap :
You can’t perform that action at this time.
0 commit comments