Skip to content

Commit 08750ce

Browse files
authored
Update main.yml
1 parent 7113f0d commit 08750ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
2323
- name: Generate SBOM
2424
run: |
25-
syft docker.io/library/nginx:latest -o cyclonedx-xml > sbom.xml
25+
syft docker.io/kodekloud/webapp-color:latest -o spdx-json > spdx.json
2626
2727
- name: Upload SBOM Artifact
2828
uses: actions/upload-artifact@v3
2929
with:
3030
name: sbom-report
31-
path: sbom.xml
31+
path: spdx.json

0 commit comments

Comments
 (0)