We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f05e7 commit 128f0feCopy full SHA for 128f0fe
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
id: image-name
101
102
open-api-ci:
103
- uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v1
+ uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3
104
needs:
105
- store-reusable-workflow-vars
106
with:
.github/workflows/trivy-db-cache.yml
@@ -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
0 commit comments