Skip to content

Commit 86bbc05

Browse files
authored
Fix OSS Index daily check (#2704)
1 parent e17761e commit 86bbc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/owasp-dependency-check-daily.yml renamed to .github/workflows/oss-index-audit-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: steps.audit.outcome == 'failure'
3737
run: |
3838
echo "=== OSS Index Vulnerability Report ==="
39-
cat oss-index-cyclonedx-bom.json
39+
find . -name "oss-index-cyclonedx-bom.json" | xargs cat
4040
exit 1
4141
4242
workflow-notification:

0 commit comments

Comments
 (0)