Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dannotes authored Nov 18, 2024
1 parent 7113f0d commit 9485870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Generate SBOM
run: |
syft docker.io/library/nginx:latest -o cyclonedx-xml > sbom.xml
syft docker.io/kodekloud/webapp-color:latest -o spdx-json > spdx.json
- name: Upload SBOM Artifact
uses: actions/upload-artifact@v3
with:
name: sbom-report
path: sbom.xml
path: spdx.json

0 comments on commit 9485870

Please sign in to comment.