Skip to content

Commit cc9b343

Browse files
committed
Rename Sonatype Guide dependency audit workflow
1 parent a27236f commit cc9b343

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/owasp-dependency-check-daily.yml renamed to .github/workflows/sonatype-guide-dependency-audit-daily.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# the benefit of this over renovate is that this also analyzes transitive dependencies
22
# while renovate (at least currently) only analyzes top-level dependencies
3-
name: OSS Index dependency audit (daily)
3+
name: Sonatype Guide dependency audit (daily)
44

55
on:
66
schedule:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Print vulnerability report
3838
if: steps.audit.outcome == 'failure'
3939
run: |
40-
echo "=== OSS Index Vulnerability Report ==="
40+
echo "=== Sonatype Guide Vulnerability Report ==="
4141
cat oss-index-cyclonedx-bom.json
4242
exit 1
4343
@@ -50,4 +50,4 @@ jobs:
5050
if: always()
5151
uses: ./.github/workflows/reusable-workflow-notification.yml
5252
with:
53-
success: ${{ needs.analyze.result == 'success' }}
53+
success: ${{ needs.analyze.result == 'success' }}

0 commit comments

Comments
 (0)