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(quarylabs/sqruff): GitHub artifact attestations #32939

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
2 changes: 2 additions & 0 deletions pkgs/quarylabs/sqruff/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- name: quarylabs/[email protected]
- name: quarylabs/sqruff
version: v0.25.13
- name: quarylabs/sqruff
version: v0.12.0
- name: quarylabs/sqruff
Expand Down
18 changes: 18 additions & 0 deletions pkgs/quarylabs/sqruff/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,22 @@ packages:
- darwin
- windows
- amd64
- version_constraint: semver("< 0.25.14")
asset: sqruff-{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
arm64: aarch64
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
overrides:
- goos: linux
asset: sqruff-{{.OS}}-{{.Arch}}-musl.{{.Format}}
- goos: windows
format: zip
- version_constraint: "true"
asset: sqruff-{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
Expand All @@ -95,6 +111,8 @@ packages:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
github_artifact_attestations:
signer_workflow: quarylabs/sqruff/.github/workflows/release.yml
overrides:
- goos: linux
asset: sqruff-{{.OS}}-{{.Arch}}-musl.{{.Format}}
Expand Down
18 changes: 18 additions & 0 deletions registry.yaml

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