File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ security:
1717 # Should be set to False.
1818 ignore-cvss-unknown-severity : False
1919
20+ # Ignore unpinned requirements
21+ # Default is true. "Unpinned" in this case means anything else but "==".
22+ # Since we are checking against the minimum-constraints file, this check
23+ # is enabled (false).
24+ ignore-unpinned-requirements : false
25+
2026 # List of specific vulnerabilities to ignore.
2127 # {id}: # vulnerability ID
2228 # reason: {text} # optional: Reason for ignoring it. Will be reported in the Safety reports
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ security:
1717 # Should be set to False.
1818 ignore-cvss-unknown-severity : False
1919
20+ # Ignore unpinned requirements
21+ # Default is true. "Unpinned" in this case means anything else but "==".
22+ # Since we are checking against the minimum-constraints file, this check
23+ # is enabled (false).
24+ ignore-unpinned-requirements : false
25+
2026 # List of specific vulnerabilities to ignore.
2127 # {id}: # vulnerability ID
2228 # reason: {text} # optional: Reason for ignoring it. Will be reported in the Safety reports
You can’t perform that action at this time.
0 commit comments