Skip to content

Commit

Permalink
feat(stefanprodan/timoni): SLSA provenance (#32048)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Feb 12, 2025
1 parent e66e261 commit 6991ee5
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 26 deletions.
4 changes: 4 additions & 0 deletions pkgs/stefanprodan/timoni/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- name: stefanprodan/timoni@v0.24.0
- name: stefanprodan/timoni
version: v0.9.0
- name: stefanprodan/timoni
version: v0.7.0
63 changes: 50 additions & 13 deletions pkgs/stefanprodan/timoni/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,53 @@ packages:
repo_owner: stefanprodan
repo_name: timoni
description: Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm
asset: timoni_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: timoni_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("< 0.7.1")
asset: timoni_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: timoni_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: semver("< 0.10.0")
asset: timoni_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: timoni_{{trimV .Version}}_checksums.txt
algorithm: sha256
slsa_provenance:
type: github_release
asset: multiple.intoto.jsonl
- version_constraint: "true"
asset: timoni_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: timoni_{{trimV .Version}}_checksums.txt
algorithm: sha256
slsa_provenance:
type: github_release
asset: timoni_{{trimV .Version}}_provenance.intoto.jsonl
63 changes: 50 additions & 13 deletions registry.yaml

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

0 comments on commit 6991ee5

Please sign in to comment.