mirror of https://github.com/actions/toolkit
config rekor to fetch on conflict
Signed-off-by: Brian DeHamer <bdehamer@github.com>pull/1759/head
parent
08d6f14ea8
commit
dddc440d56
|
@ -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
|
||||
|
||||
|
|
|
@ -87,6 +87,7 @@ const initBundleBuilder = (opts: SignOptions): BundleBuilder => {
|
|||
new RekorWitness({
|
||||
rekorBaseURL: opts.rekorURL,
|
||||
entryType: 'dsse',
|
||||
fetchOnConflict: true,
|
||||
timeout,
|
||||
retry
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue