Skip to content

Commit

Permalink
👷 [maykinmedia/objects-api#463] Add trivy image scan
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Nov 1, 2024
1 parent a5deb0b commit 8bc6ab1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
id: image-name

open-api-ci:
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v1
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@issue/fix-trivy
needs:
- store-reusable-workflow-vars
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/trivy.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/ci.yml@issue/fix-trivy

0 comments on commit 8bc6ab1

Please sign in to comment.