Skip to content

Commit 128f0fe

Browse files
committed
👷 [maykinmedia/objects-api#463] Add trivy image scan
1 parent 72f05e7 commit 128f0fe

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
id: image-name
101101

102102
open-api-ci:
103-
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v1
103+
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3
104104
needs:
105105
- store-reusable-workflow-vars
106106
with:

.github/workflows/trivy-db-cache.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Call Update Trivy Cache
2+
3+
on:
4+
workflow_dispatch: # Manual trigger for testing purposes
5+
schedule:
6+
- cron: '51 0 * * *' # Run daily
7+
8+
jobs:
9+
call-update-trivy-cache:
10+
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3

0 commit comments

Comments
 (0)