Trigger Trivy workflow after the build of our nightly images
Resolves #11011
This commit is contained in:
parent
8cd2c97982
commit
034775f311
1 changed files with 1 additions and 2 deletions
3
.github/workflows/trivy-analysis.yml
vendored
3
.github/workflows/trivy-analysis.yml
vendored
|
@ -1,9 +1,8 @@
|
|||
name: Trivy
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Run the job twice a day
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 6 * * *"
|
||||
|
||||
jobs:
|
||||
quarkus-dist:
|
||||
|
|
Loading…
Reference in a new issue