Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# the benefit of this over renovate is that this also analyzes transitive dependencies
# while renovate (at least currently) only analyzes top-level dependencies
name: OSS Index dependency audit (daily)
name: Sonatype Guide dependency audit (daily)

on:
schedule:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Print vulnerability report
if: steps.audit.outcome == 'failure'
run: |
echo "=== OSS Index Vulnerability Report ==="
echo "=== Sonatype Guide Vulnerability Report ==="
cat oss-index-cyclonedx-bom.json
exit 1

Expand All @@ -50,4 +50,4 @@ jobs:
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.analyze.result == 'success' }}
success: ${{ needs.analyze.result == 'success' }}
Loading