We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5deb0b commit 18b9fd7Copy full SHA for 18b9fd7
.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@issue/fix-trivy
104
needs:
105
- store-reusable-workflow-vars
106
with:
.github/workflows/trivy.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