forked from mvt-project/mvt
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.safety-policy.yml
More file actions
11 lines (11 loc) · 864 Bytes
/
Copy path.safety-policy.yml
File metadata and controls
11 lines (11 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
# Safety Security and License Configuration file
# We recommend checking this file into your source control in the root of your Python project
# If this file is named .safety-policy.yml and is in the same directory where you run `safety check` it will be used by default.
# Otherwise, you can use the flag `safety check --policy-file <path-to-this-file>` to specify a custom location and name for the file.
# To validate and review your policy file, run the validate command: `safety validate policy_file --path <path-to-this-file>`
security: # configuration for the `safety check` command
ignore-vulnerabilities: # Here you can list multiple specific vulnerabilities you want to ignore (optionally for a time period)
67599: # Example vulnerability ID
reason: disputed, inapplicable
70612:
reason: disputed, inapplicable