From 576b3b054c29dae02631fdd7be84c7d6715566fe Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Wed, 23 Oct 2024 15:00:06 -0700 Subject: [PATCH] Fix cve report workflow Signed-off-by: Tamal Saha --- .github/workflows/cve-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cve-report.yml b/.github/workflows/cve-report.yml index 6fd7fb7fe..3a6e58eaa 100644 --- a/.github/workflows/cve-report.yml +++ b/.github/workflows/cve-report.yml @@ -60,6 +60,7 @@ jobs: --src=catalog/editor-charts.yaml \ --src=catalog/feature-charts.yaml \ --src=catalog/reusable-ui-charts.yaml + git add catalog/README.md || true git commit -s -a -m "Update cve report $(date --rfc-3339=date)" - name: Create Pull Request