mirror of
https://github.com/gogs/gogs.git
synced 2025-12-16 05:09:59 +01:00
17 lines
270 B
YAML
17 lines
270 B
YAML
scan:
|
|
skip-files:
|
|
- "usr/sbin/gosu" # CVE patching is far behind and out of our control.
|
|
- "app/gogs/gogs" # False positives on main builds
|
|
|
|
severity:
|
|
- CRITICAL
|
|
- HIGH
|
|
|
|
vulnerability:
|
|
ignore-unfixed: true
|
|
type:
|
|
- os
|
|
- library
|
|
|
|
format: "table"
|