We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0306b64 commit 5bbd4b7Copy full SHA for 5bbd4b7
.github/workflows/go-release.yml
@@ -39,11 +39,8 @@ jobs:
39
dist/vipdatasync_*/vipdatasync
40
dist/vipdatasync_*.tar.gz
41
dist/**/*.sbom.json
42
- - uses: typisttech/upload-goreleaser-sboms-action@exit
+ - uses: typisttech/upload-goreleaser-sboms-action@main
43
id: upload-sbom
44
- with:
45
- retention-days: 8
46
- compression-level: 2
47
48
attest-build-provenance:
49
needs: [release]
@@ -90,6 +87,7 @@ jobs:
90
87
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91
88
REPO: ${{ github.repository }}
92
89
TAG: ${{ github.ref_name }}
+ - run: tree artifacts
93
- run: ls | xargs -I {} gh attestation verify --repo $REPO {}
94
working-directory: artifacts
95
env:
0 commit comments