Skip to content

Commit

Permalink
👷 [maykinmedia/objects-api#463] Add cache job for trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Dec 24, 2024
1 parent 5b387c8 commit 9310fc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/trivy-db-cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Call Update Trivy Cache

on:
workflow_dispatch: # Manual trigger for testing purposes
schedule:
- cron: '51 0 * * *' # Run daily

jobs:
call-update-trivy-cache:
uses: maykinmedia/open-api-workflows/.github/workflows/[email protected]

0 comments on commit 9310fc7

Please sign in to comment.