trivy.yaml 270 B

12345678910111213141516
  1. scan:
  2. skip-files:
  3. - "usr/sbin/gosu" # CVE patching is far behind and out of our control.
  4. - "app/gogs/gogs" # False positives on main builds
  5. severity:
  6. - CRITICAL
  7. - HIGH
  8. vulnerability:
  9. ignore-unfixed: true
  10. type:
  11. - os
  12. - library
  13. format: "table"