-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: switch to GitHub attestations #687
base: main
Are you sure you want to change the base?
Conversation
Compressed layer size comparisonComparing
|
Compressed layer size comparisonComparing
|
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:
|
Quality Gate passedIssues Measures |
steps: | ||
- run: | | ||
set -Eeuo pipefail | ||
echo "${{ toJson(github.event.registry_package) }}" | jq . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it's only echoing the JSON. I suppose you intended to do more with the package information?
🚀 Hey, I have created a Pull Request
Description of changes
This PR changes the way the amp-devcontainer images are signed. It moves away from using Cosign and Sigstore directly, instead attest-build-provenance is used.
✔️ Checklist