Skip to content

Commit

Permalink
adding SBOM support
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Oct 17, 2023
1 parent 9087f59 commit 4f1222d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
FASTEN_ENV=${{ matrix.flavor == 'sandbox' && 'sandbox' || 'prod' }}
sbom: true
sbom-dir: ./sbom-output
- name: upload SBOM directory as a build artifact
uses: actions/upload-artifact@v3.1.0
with:
path: ./sbom-output
name: 'SBOM'

- name: upload spdx dependency
uses: advanced-security/spdx-dependency-submission-action@v0.0.1
with:
filePath: ./sbom-output/

0 comments on commit 4f1222d

Please # to comment.