Skip to content

Commit 813c646

Browse files
fix: Upload sbom (#175)
* chore: Upload sbom to release Signed-off-by: Justin Abrahms <[email protected]> * chore: Exclude signed releases since we don't use github releases for distribution Signed-off-by: Justin Abrahms <[email protected]> Signed-off-by: Justin Abrahms <[email protected]>
1 parent df4d8e8 commit 813c646

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.clomonitor.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
# CLOMonitor metadata file
3+
# This file must be located at the root of the repository
4+
5+
# Checks exemptions
6+
7+
# Check identifiers are here https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions (look for "id")
8+
exemptions:
9+
- check: signed_releases
10+
reason: "Our releases are signed in GHCR via cosign"

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
config/webhook/certificate.yaml
129129
config/rendered/release.yaml
130130
config/samples/end-to-end.yaml
131-
131+
${{ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT}}

0 commit comments

Comments
 (0)