-
Notifications
You must be signed in to change notification settings - Fork 578
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: generate/upload sbom for cosign projects #1237
Conversation
3aa6de6
to
f2d5299
Compare
- uses: imjasonh/setup-ko@v0.4 | ||
with: | ||
version: tip | ||
- uses: imjasonh/setup-ko@main |
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 should still only install the latest release by default. If it doesn't that's a bug.
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.
what should I need to do exactly?
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.
- uses: imjasonh/setup-ko@main | |
- uses: imjasonh/setup-ko@main | |
with: | |
version: tip |
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.
ah, yes 🤦
Is the vuln stuff supposed to be in here? |
f2d5299
to
fea53dd
Compare
it is my bad, it should be okay right now. |
fea53dd
to
7e92549
Compare
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> Co-authored-by: Furkan Türkal <furkan.turkal@trendyol.com> Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
7e92549
to
0cf9af1
Compare
okay, it seems that it should be ready to merge @dlorenc If I didn't miss anything |
https://build.opensuse.org/request/show/949015 by user msmeissn + dimstar_suse - updated to 1.5.0 ## Highlights * enable sbom generation when releasing (sigstore/cosign#1261) * feat: log error to stderr (sigstore/cosign#1260) * feat: support attach attestation (sigstore/cosign#1253) * feat: resolve --cert from URL (sigstore/cosign#1245) * feat: generate/upload sbom for cosign projects (sigstore/cosign#1237) * feat: vuln attest support (sigstore/cosign#1168) * feat: add ambient credential detection with spiffe/spire (sigstore/cosign#1220) * feat: generate/upload sbom for cosign projects (sigstore/cosign#1236) * feat: implement cosign download attestation (https
Signed-off-by: Batuhan Apaydın batuhan.apaydin@trendyol.com
Summary
feat: generate/upload sbom for cosign projects
Ticket Link
Fixes #959
Release Note