Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(terraform-linters/tflint): verify GitHub Artifact Attestations #27124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
20 changes: 20 additions & 0 deletions pkgs/terraform-linters/tflint/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ packages:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.51.0")
asset: tflint_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
windows_arm_emulation: true
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
cosign:
opts:
- --certificate-identity-regexp
- "https://github\\.com/terraform-linters/tflint/\\.github/workflows/release\\.yml@.*"
- --certificate-oidc-issuer
- "https://token.actions.githubusercontent.com"
- --signature
- https://github.com/terraform-linters/tflint/releases/download/{{.Version}}/checksums.txt.keyless.sig
- --certificate
- https://github.com/terraform-linters/tflint/releases/download/{{.Version}}/checksums.txt.pem
- version_constraint: "true"
asset: tflint_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
Expand All @@ -59,6 +77,8 @@ packages:
type: github_release
asset: checksums.txt
algorithm: sha256
github_artifact_attestations:
signer-workflow: terraform-linters/tflint/.github/workflows/release.yml
cosign:
opts:
- --certificate-identity-regexp
Expand Down
20 changes: 20 additions & 0 deletions registry.yaml

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

Loading