We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27236f commit cc9b343Copy full SHA for cc9b343
1 file changed
…rkflows/owasp-dependency-check-daily.yml …onatype-guide-dependency-audit-daily.yml.github/workflows/owasp-dependency-check-daily.yml renamed to .github/workflows/sonatype-guide-dependency-audit-daily.yml
@@ -1,6 +1,6 @@
1
# the benefit of this over renovate is that this also analyzes transitive dependencies
2
# while renovate (at least currently) only analyzes top-level dependencies
3
-name: OSS Index dependency audit (daily)
+name: Sonatype Guide dependency audit (daily)
4
5
on:
6
schedule:
@@ -37,7 +37,7 @@ jobs:
37
- name: Print vulnerability report
38
if: steps.audit.outcome == 'failure'
39
run: |
40
- echo "=== OSS Index Vulnerability Report ==="
+ echo "=== Sonatype Guide Vulnerability Report ==="
41
cat oss-index-cyclonedx-bom.json
42
exit 1
43
@@ -50,4 +50,4 @@ jobs:
50
if: always()
51
uses: ./.github/workflows/reusable-workflow-notification.yml
52
with:
53
- success: ${{ needs.analyze.result == 'success' }}
+ success: ${{ needs.analyze.result == 'success' }}
0 commit comments