Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 26ce145

Browse files
authored
Add SBOM scanning with Trivy (#631)
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
1 parent 00501cd commit 26ce145

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,13 @@ jobs:
7474
appVersion: ${{ needs.create-version.outputs.version }}
7575
repoName: security-operator
7676
commit: ${{ github.sha }}
77+
78+
scan-sbom:
79+
needs: [create-version, docker-build-push, sbom, image-ocm]
80+
uses: platform-mesh/.github/.github/workflows/job-trivy-sbom.yml@05d96c3fb19e6283463369b857449f9440aba7dd # main
81+
permissions:
82+
contents: read
83+
packages: read
84+
security-events: write
85+
with:
86+
componentVersion: ${{ needs.create-version.outputs.version }}

0 commit comments

Comments
 (0)