From 1e7cb67e91162cdab9652300ad1e401680eaee23 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 cda9247dcc7..34a36c376d4 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 * *'