mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-10 18:07:42 +01:00
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 <sshijun@vmware.com>
This commit is contained in:
parent
44cfc088d3
commit
d01125a4cf
5
.github/workflows/nightly-trivy-scan.yml
vendored
5
.github/workflows/nightly-trivy-scan.yml
vendored
@ -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'
|
||||
sarif_file: 'trivy-results.sarif'
|
||||
|
Loading…
Reference in New Issue
Block a user