Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '1.25.0'
cache: false
- name: Install cosign
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # main
- name: Install syft
Expand Down
15 changes: 12 additions & 3 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ rules:
# The release workflow only runs against well-defined tags and requires
# maintainer action to trigger, so using `github.ref_name` in a template
# is low-risk
- release.yaml:201:9
- release.yaml:217:9
- release.yaml:228:9
- release.yaml:236:91
- release.yaml:239:33
- release.yaml:249:85
- release.yaml:250:33
- release.yaml:260:85
- release.yaml:261:33
unpinned-uses:
ignore:
# The slsa-github-generator action requires tags instead of hashes
# https://github.com/slsa-framework/slsa-github-generator/tree/main?tab=readme-ov-file#referencing-slsa-builders-and-generators
- release.yaml:190:11
- release.yaml:204:11
Loading