Trigger Trivy workflow after the build of our nightly images

Resolves #11011
This commit is contained in:
Bruno Oliveira da Silva 2022-03-30 10:59:34 -03:00
parent 8cd2c97982
commit 034775f311

View file

@ -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: