trivy.yaml 243 B

1234567891011121314151617
  1. scan:
  2. skip-files:
  3. # CVE patching of the following things is far behind and out of our control.
  4. - "usr/sbin/gosu"
  5. severity:
  6. - CRITICAL
  7. - HIGH
  8. vulnerability:
  9. ignore-unfixed: true
  10. type:
  11. - os
  12. - library
  13. format: "table"