File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 pull_request :
1818 # The branches below must be a subset of the branches above
1919 branches : ["main"]
20- paths :
21- - " **.go"
22- - " go.mod"
23- - " .github/workflows/codeql.yml"
2420 schedule :
2521 - cron : " 0 0 * * 1"
2622
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
125125
126126 - name : Download GoReleaser
127- run : go install github.com/goreleaser/goreleaser@v1.23.0
127+ run : go install github.com/goreleaser/goreleaser/v2@v2.13.1
128128
129129 - name : Run GoReleaser
130130 uses : testifysec/witness-run-action@7aa15e327829f1f2a523365c564c948d5dde69dd
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ test/log
1919node_modules
2020.DS_Store
2121docs-website /.docusaurus
22+ profile.cov
Original file line number Diff line number Diff line change @@ -23,12 +23,10 @@ source:
2323 enabled : true
2424signs :
2525 - cmd : cosign
26- certificate : ' ${artifact}.pem'
27- signature : ' ${artifact}.sig'
26+ signature : ' ${artifact}.sigstore.json'
2827 args :
2928 - " sign-blob"
30- - " --output-signature=${signature}"
31- - ' --output-certificate=${certificate}'
29+ - " --bundle=${signature}"
3230 - " ${artifact}"
3331 - " --yes" # needed on cosign 2.0.0+
3432 artifacts : all
Original file line number Diff line number Diff line change 11module github.com/in-toto/witness
22
3- go 1.25.0
3+ go 1.25.5
44
55require (
66 github.com/gobwas/glob v0.2.3
You can’t perform that action at this time.
0 commit comments