Detecting Vulnerabilities and Sharing Results via Email
This guide outlines how to utilize the Safety CLI tool for detecting vulnerabilities within your project dependencies and automatically sending an email notification when vulnerabilities are detected.
safety generate policy_fileversion: '3.0'
scanning-settings:
max-depth: 8
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: false
security-updates:
dependency-vulnerabilities:
auto-security-updates-limit:
- patch
Running the Scan and Emailing Results
Alternative Approaches
Last updated
Was this helpful?

