mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-04 18:33:30 -05:00
Add a default safety policy file to avoid lint_python fails
Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
version: '3.0'
|
||||
|
||||
scanning-settings:
|
||||
max-depth: 6
|
||||
exclude: []
|
||||
include-files: []
|
||||
system:
|
||||
targets: []
|
||||
|
||||
|
||||
report:
|
||||
dependency-vulnerabilities:
|
||||
enabled: true
|
||||
auto-ignore-in-report:
|
||||
python:
|
||||
environment-results: true
|
||||
unpinned-requirements: true
|
||||
cvss-severity: []
|
||||
|
||||
|
||||
fail-scan-with-exit-code:
|
||||
dependency-vulnerabilities:
|
||||
enabled: true
|
||||
fail-on-any-of:
|
||||
cvss-severity:
|
||||
- high
|
||||
- medium
|
||||
- critical
|
||||
exploitability:
|
||||
- high
|
||||
- medium
|
||||
- critical
|
||||
|
||||
security-updates:
|
||||
dependency-vulnerabilities:
|
||||
auto-security-updates-limit:
|
||||
- patch
|
||||
|
||||
installation:
|
||||
default-action: allow
|
||||
audit-logging:
|
||||
enabled: true
|
||||
allow:
|
||||
packages: []
|
||||
vulnerabilities: {}
|
||||
deny:
|
||||
packages: {}
|
||||
vulnerabilities:
|
||||
warning-on-any-of:
|
||||
cvss-severity: []
|
||||
block-on-any-of:
|
||||
cvss-severity: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user