Skip to content

Commit

Permalink
main default
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Sep 27, 2024
1 parent 0306b64 commit 5bbd4b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
dist/vipdatasync_*/vipdatasync
dist/vipdatasync_*.tar.gz
dist/**/*.sbom.json
- uses: typisttech/upload-goreleaser-sboms-action@exit
- uses: typisttech/upload-goreleaser-sboms-action@main
id: upload-sbom
with:
retention-days: 8
compression-level: 2

attest-build-provenance:
needs: [release]
Expand Down Expand Up @@ -90,6 +87,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
TAG: ${{ github.ref_name }}
- run: tree artifacts
- run: ls | xargs -I {} gh attestation verify --repo $REPO {}
working-directory: artifacts
env:
Expand Down

0 comments on commit 5bbd4b7

Please sign in to comment.