From e9adfdf45c8d50a0c9e2ac796ccde0ba26bd63b9 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Mon, 7 Nov 2022 14:45:09 +0100 Subject: [PATCH] [Personio] Always scan for CVEs in Docker image --- .github/workflows/cve.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cve.yaml b/.github/workflows/cve.yaml index ef7d784ca10..c3ded24291c 100644 --- a/.github/workflows/cve.yaml +++ b/.github/workflows/cve.yaml @@ -1,6 +1,8 @@ name: CVE checks docker master on: workflow_dispatch: + push: + branches: [ "main" ] schedule: # * is a special character in YAML so you have to quote this string - cron: '0 8 15 * *'