We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Verify packages using GitHub Artifact Attestations.
To install packages securely.
No response
Similar to Cosign and SLSA Provenance.
https://aquaproj.github.io/docs/reference/security/cosign-slsa
packages: - type: github_release repo_owner: terraform-linters repo_name: tflint asset: tflint_{{.OS}}_{{.Arch}}.{{.Format}} format: zip github_artifact_attestations: signer-workflow: terraform-linters/tflint/.github/workflows/release.yml
The text was updated successfully, but these errors were encountered:
Seems like tflint provides GitHub Artifact Attestations.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Feature Overview
Verify packages using GitHub Artifact Attestations.
Why is the feature needed?
To install packages securely.
Workaround
No response
Example Code
Similar to Cosign and SLSA Provenance.
https://aquaproj.github.io/docs/reference/security/cosign-slsa
Note
The text was updated successfully, but these errors were encountered: