Skip to content

Commit

Permalink
Merge pull request #1759 from actions/bdehamer/rekor-409
Browse files Browse the repository at this point in the history
config rekor to fetch on conflict
  • Loading branch information
bdehamer committed Jun 12, 2024
2 parents 08d6f14 + dddc440 commit 361a115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/attest/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Dynamic construction of Sigstore API URLs
- Switch to new GH provenance build type
- Fetch existing Rekor entry on 409 conflict error
- Bump @sigstore/bundle from 2.3.0 to 2.3.2
- Bump @sigstore/sign from 2.3.0 to 2.3.2

Expand Down
1 change: 1 addition & 0 deletions packages/attest/src/sign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const initBundleBuilder = (opts: SignOptions): BundleBuilder => {
new RekorWitness({
rekorBaseURL: opts.rekorURL,
entryType: 'dsse',
fetchOnConflict: true,
timeout,
retry
})
Expand Down

0 comments on commit 361a115

Please sign in to comment.