Skip to content

Commit

Permalink
fulcio/1.6.5-r0: cve remediation (#36951)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and octo-sts[bot] authored Dec 13, 2024
1 parent d600b6d commit e023fb5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fulcio.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: fulcio
version: 1.6.5
epoch: 0
epoch: 1
description: Sigstore OIDC PKI
copyright:
- license: Apache-2.0
Expand All @@ -17,6 +17,11 @@ pipeline:
repository: https://github.com/sigstore/fulcio
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/[email protected]
modroot: .

- uses: go/build
with:
ldflags: -s -w
Expand Down

0 comments on commit e023fb5

Please sign in to comment.