Skip to content

Commit

Permalink
feat: add suzuki-shunsuke/disable-checkout-persist-credentials (#30316)
Browse files Browse the repository at this point in the history
* feat(suzuki-shunsuke/disable-checkout-persist-credentials): scaffold suzuki-shunsuke/disable-checkout-persist-credentials

* fix(suzuki-shunsuke/disable-checkout-persist-credentials): configure cosign and slsa
  • Loading branch information
suzuki-shunsuke authored Dec 25, 2024
1 parent b483654 commit 58dccfe
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: suzuki-shunsuke/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: suzuki-shunsuke
repo_name: disable-checkout-persist-credentials
description: CLI to disable actions/checkout's persist-credentials
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: disable-checkout-persist-credentials_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
slsa_provenance:
type: github_release
asset: multiple.intoto.jsonl
checksum:
type: github_release
asset: disable-checkout-persist-credentials_{{trimV .Version}}_checksums.txt
algorithm: sha256
cosign:
opts:
- --certificate-identity-regexp
- "https://github\\.com/suzuki-shunsuke/go-release-workflow/\\.github/workflows/release\\.yaml@.*"
- --certificate-oidc-issuer
- "https://token.actions.githubusercontent.com"
- --signature
- https://github.com/suzuki-shunsuke/disable-checkout-persist-credentials/releases/download/{{.Version}}/disable-checkout-persist-credentials_{{trimV .Version}}_checksums.txt.sig
- --certificate
- https://github.com/suzuki-shunsuke/disable-checkout-persist-credentials/releases/download/{{.Version}}/disable-checkout-persist-credentials_{{trimV .Version}}_checksums.txt.pem
overrides:
- goos: windows
format: zip
29 changes: 29 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58dccfe

Please sign in to comment.