Skip to content

Commit 83e30eb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Install OWASP dep-scan
3131
run: |
32-
npm install @cyclonedx/cdxgen
32+
sudo npm install @cyclonedx/cdxgen
3333
pip install owasp-depscan
3434
3535
- name: Generate SBOM with OWASP dep-scan

0 commit comments

Comments
 (0)