Skip to content
Merged
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
6 changes: 6 additions & 0 deletions pkgs/openfga/cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: openfga/cli@v0.6.6
- name: openfga/cli
version: v0.4.0
- name: openfga/cli
version: v0.1.0-beta1
64 changes: 64 additions & 0 deletions pkgs/openfga/cli/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: openfga
repo_name: cli
description: A cross-platform CLI to interact with an OpenFGA server
files:
- name: fga
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v0.1.0-beta1"
asset: openfga-cli_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
cosign:
opts:
- --certificate
- https://github.com/openfga/cli/releases/download/{{.Version}}/checksums.txt.pem
- --certificate-identity
- "https://github.com/openfga/cli/.github/workflows/main.yaml@refs/tags/{{.Version}}"
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
- --signature
- https://github.com/openfga/cli/releases/download/{{.Version}}/checksums.txt.sig
- version_constraint: semver("<= 0.4.0")
asset: fga_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
cosign:
opts:
- --certificate
- https://github.com/openfga/cli/releases/download/{{.Version}}/checksums.txt.pem
- --certificate-identity
- "https://github.com/openfga/cli/.github/workflows/main.yaml@refs/tags/{{.Version}}"
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
- --signature
- https://github.com/openfga/cli/releases/download/{{.Version}}/checksums.txt.sig
- version_constraint: "true"
asset: fga_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
cosign:
opts:
- --certificate
- https://github.com/openfga/cli/releases/download/{{.Version}}/checksums.txt.pem
- --certificate-identity
- "https://github.com/openfga/cli/.github/workflows/main.yaml@refs/tags/{{.Version}}"
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
- --signature
- https://github.com/openfga/cli/releases/download/{{.Version}}/checksums.txt.sig
slsa_provenance:
type: github_release
asset: fga.intoto.jsonl
62 changes: 62 additions & 0 deletions registry.yaml

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