diff --git a/.github/workflows/owasp-dependency-check-daily.yml b/.github/workflows/sonatype-guide-dependency-audit-daily.yml similarity index 89% rename from .github/workflows/owasp-dependency-check-daily.yml rename to .github/workflows/sonatype-guide-dependency-audit-daily.yml index 1c273a12364e..65605ece6a92 100644 --- a/.github/workflows/owasp-dependency-check-daily.yml +++ b/.github/workflows/sonatype-guide-dependency-audit-daily.yml @@ -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: @@ -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 @@ -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' }} \ No newline at end of file