Kaynağa Gözat

Update dependency-check.yml

to not run into 403 due to rate limit
Armin Schrenk 1 yıl önce
ebeveyn
işleme
55ba255651
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .github/workflows/dependency-check.yml

+ 2 - 2
.github/workflows/dependency-check.yml

@@ -1,7 +1,7 @@
 name: OWASP Maven Dependency Check
 on:
   schedule:
-    - cron: '0 7 * * 0'
+    - cron: '0 8 * * 0'
   workflow_dispatch:
 
 
@@ -53,4 +53,4 @@ jobs:
           SLACK_TITLE: "Vulnerabilities in ${{ github.event.repository.name }} detected."
           SLACK_MESSAGE: "Download the <https://github.com/${{ github.repository }}/actions/run/${{ github.run_id }}|report> for more details."
           SLACK_FOOTER: false
-          MSG_MINIMAL: true
+          MSG_MINIMAL: true