From e995b59a94658d370db5985f813de1062898ca4f Mon Sep 17 00:00:00 2001 From: MinerYang Date: Fri, 6 Jan 2023 09:09:42 +0800 Subject: [PATCH] update trivy scan ci image tag to v2.7.0-dev (#18072) update trivy scan ci image tag v2.7.0-dev Signed-off-by: yminer --- .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 3600f2e60..52a36ec67 100644 --- a/.github/workflows/nightly-trivy-scan.yml +++ b/.github/workflows/nightly-trivy-scan.yml @@ -13,7 +13,7 @@ jobs: # maintain the versions of harbor that need to be actively # security scanned # TODO have to add 2.7 version also once it is released - versions: [dev, v2.7.0] + versions: [dev, v2.7.0-dev] # list of images that need to be scanned images: [harbor-core, harbor-db, harbor-exporter, harbor-jobservice, harbor-log, harbor-portal, harbor-registryctl, prepare] permissions: