Configuration - Dependencies
Auto Fix
This setting controls the creation of pull requests to fix vulnerabilities in project dependencies.
To enable automatic creation of dependency fix pull requests, set dependencies.auto_fix.enabled
to true
. You can also set the maximum number of open pull requests per repository with the dependencies.auto_fix.max_pull_requests_open
key. You can also set the maximum rate of pull request creation with the dependencies.auto_fix.max_pull_request_creation_rate
key.
Ignore Findings
To allowlist CVEs add them to the ignore list. The dependencies.ignore[i].repositories
list is only applicable in the global configuration file.
Last updated