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(tofuutils/tenv): cosign #32284

Merged
merged 2 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
feat(tofuutils/tenv): cosign
  • Loading branch information
scop committed Feb 17, 2025
commit 82a246fd67148c2801e7040574bc81d9015b2456
2 changes: 2 additions & 0 deletions pkgs/tofuutils/tenv/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- name: tofuutils/tenv@v4.2.4
- name: tofuutils/tenv
version: v1.11.19
- name: tofuutils/tenv
version: v1.10.2
- name: tofuutils/tenv
Expand Down
34 changes: 33 additions & 1 deletion pkgs/tofuutils/tenv/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ packages:
type: github_release
asset: tenv_{{.Version}}_checksums.txt
algorithm: sha256
- version_constraint: "true"
- version_constraint: semver("<= 1.11.19")
# 1.11.0 atmos
asset: tenv_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
Expand All @@ -126,3 +126,35 @@ packages:
type: github_release
asset: tenv_{{.Version}}_checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: tenv_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
files:
- name: tenv
- name: terraform
- name: tofu
- name: terragrunt
- name: tf
- name: atmos
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: tenv_{{.Version}}_checksums.txt
algorithm: sha256
cosign:
opts:
- --certificate-identity
- https://github.com/tofuutils/tenv/.github/workflows/release.yml@refs/tags/{{.Version}}
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
- --signature
- https://github.com/tofuutils/tenv/releases/download/{{.Version}}/tenv_{{.Version}}_checksums.txt.sig
- --certificate
- https://github.com/tofuutils/tenv/releases/download/{{.Version}}/tenv_{{.Version}}_checksums.txt.pem
34 changes: 33 additions & 1 deletion registry.yaml

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

Loading