Skip to content

Commit

Permalink
test cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Nov 29, 2024
1 parent dd812ee commit 10f11de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eumserver_security_check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: EUM Server Tests

on:
# schedule:
# - cron: "* * * * *"
schedule:
- cron: "*/30 * * * *" # every 30 min
# "0 8 1,15 * *" At 08:00 on day-of-month 1 and 15.
push:

Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
--nvdApiKey ${{ secrets.NVD_API_KEY }}
--nvdApiDelay 10000
- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dependency-check-report-eum-server
path: ${{ github.workspace }}/reports
Expand All @@ -44,4 +44,4 @@ jobs:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
payload: |
text: "*EUM-Server DependencyCheck Report*: ${{ job.status }}\nhttps://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
text: "*EUM-Server DependencyCheck Report*: ${{ job.status }}\nPlease check the report here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit 10f11de

Please sign in to comment.