diff --git a/.github/workflows/trivy-db-cache.yml b/.github/workflows/trivy-db-cache.yml deleted file mode 100644 index 2b3925c..0000000 --- a/.github/workflows/trivy-db-cache.yml +++ /dev/null @@ -1,10 +0,0 @@ -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