From d01125a4cf77702974e3a55d01c9efda50cab8bf Mon Sep 17 00:00:00 2001 From: Shijun Sun <30999793+AllForNothing@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:55:12 +0800 Subject: [PATCH] Update nightly-trivy-scan.yml for the workflows (#18510) Update nightly-trivy-scan.yml 1. Update v2.7.0-dev to v2.8.0-dev as main branch is in v2.9.0 now Signed-off-by: AllForNothing --- .github/workflows/nightly-trivy-scan.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-trivy-scan.yml b/.github/workflows/nightly-trivy-scan.yml index 52a36ec67..229508a40 100644 --- a/.github/workflows/nightly-trivy-scan.yml +++ b/.github/workflows/nightly-trivy-scan.yml @@ -12,8 +12,7 @@ jobs: matrix: # 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-dev] + versions: [dev, v2.8.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: @@ -35,4 +34,4 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2 with: - sarif_file: 'trivy-results.sarif' \ No newline at end of file + sarif_file: 'trivy-results.sarif'