Skip to content

Commit c82f996

Browse files
committed
Rename Sonatype Guide dependency audit workflow
Ported from open-telemetry/opentelemetry-java-instrumentation#18522
1 parent d255fd0 commit c82f996

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/oss-index-audit-daily.yml renamed to .github/workflows/sonatype-guide-dependency-audit-daily.yml

Lines changed: 2 additions & 2 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:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Print vulnerability report
3636
if: steps.audit.outcome == 'failure'
3737
run: |
38-
echo "=== OSS Index Vulnerability Report ==="
38+
echo "=== Sonatype Guide Vulnerability Report ==="
3939
find . -name "oss-index-cyclonedx-bom.json" | xargs cat
4040
exit 1
4141

0 commit comments

Comments
 (0)