Browse Source

Change scan-type from 'fs' to 'rootfs' in artifacts.yaml

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
pull/4545/head
Maksim Nabokikh 4 weeks ago committed by GitHub
parent
commit
26747183a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yaml

2
.github/workflows/artifacts.yaml

@ -214,7 +214,7 @@ jobs:
input: docker-image
format: sarif
output: trivy-results.sarif
scan-type: "fs"
scan-type: "rootfs"
scan-ref: "."
cache-dir: "./cache"
# Disable skipping trivy cache for now

Loading…
Cancel
Save