Call Update Trivy Cache #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ci.yml@v3.0.2 | ||
Check failure on line 10 in .github/workflows/trivy-db-cache.yml GitHub Actions / Call Update Trivy CacheInvalid workflow file
|