Code Configuration
Overview
Autofix
code:
auto_fix:
enabled: true
max_pull_requests_open: 2
max_pull_request_creation_rate:
count: 2
days: 7Ignore Findings
code:
ignore:
- cwes: [589]
reason: HTTP requests with variables in tests are acceptable
paths: ["**/tests/*"]
repositories:
- config-file-parser
- dast-action
- cli
- rule_ids: [python-sql-injection]
reason: Deferred until Q4 rework
expiry: "2024-12-31"


Last updated