Skip to content

Commit b60aaed

Browse files
committed
Debug GitHub workflow for OWASP dep-scan
Signed-off-by: tdruez <[email protected]>
1 parent d30e74d commit b60aaed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sca-integration-depscan.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
910
permissions:
1011
contents: read
1112

@@ -21,14 +22,14 @@ jobs:
2122
docker run --rm -v $PWD:/app \
2223
ghcr.io/owasp-dep-scan/dep-scan depscan \
2324
--src ${{ env.IMAGE_REFERENCE }} \
24-
--reports-dir /app/reports \
25+
--reports-dir /app \
2526
--report-name depscan-sbom.cdx.json
2627
2728
- name: Upload SBOM as GitHub Artifact
2829
uses: actions/upload-artifact@v4
2930
with:
3031
name: depscan-sbom
31-
path: "$PWD/reports/depscan-sbom.cdx.json"
32+
path: "depscan-sbom.cdx.json"
3233
retention-days: 20
3334

3435
# - name: Import SBOM into ScanCode.io

0 commit comments

Comments
 (0)