Skip to content
Snippets Groups Projects
Unverified Commit 6ceb8d83 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #2295 from fluxcd/sbom-spdx

Publish Flux Software Bill of Materials (SBOM)
parents 677dca0b 11296cd9
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,10 @@ jobs: ...@@ -66,6 +66,10 @@ jobs:
- name: Archive the OpenAPI JSON schemas - name: Archive the OpenAPI JSON schemas
run: | run: |
tar -czvf ./output/crd-schemas.tar.gz -C schemas . tar -czvf ./output/crd-schemas.tar.gz -C schemas .
- name: Setup Syft
uses: fluxcd/pkg//actions/sbom@main
with:
version: "v0.35.1"
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1 uses: goreleaser/goreleaser-action@v1
with: with:
......
...@@ -40,6 +40,8 @@ archives: ...@@ -40,6 +40,8 @@ archives:
format: zip format: zip
files: files:
- none* - none*
sboms:
- artifacts: archive
brews: brews:
- name: flux - name: flux
tap: tap:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment