From d5efb72b6f93625d751ed8f6ce56ebe31cbae69a Mon Sep 17 00:00:00 2001 From: Xun Jiang Date: Mon, 31 Mar 2025 13:27:35 +0800 Subject: [PATCH] Update the nightly trivy scan targets. Remove the velero-restore-helper. Add AWS, GCP, and Azure plugins. Signed-off-by: Xun Jiang --- .github/workflows/nightly-trivy-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-trivy-scan.yml b/.github/workflows/nightly-trivy-scan.yml index acf42dc803..ac463863be 100644 --- a/.github/workflows/nightly-trivy-scan.yml +++ b/.github/workflows/nightly-trivy-scan.yml @@ -13,7 +13,7 @@ jobs: # maintain the versions of Velero those need security scan versions: [main] # list of images that need scan - images: [velero, velero-restore-helper] + images: [velero, velero-plugin-for-aws, velero-plugin-for-gcp, velero-plugin-for-microsoft-azure] permissions: security-events: write # for github/codeql-action/upload-sarif to upload SARIF results