Skip to content
Snippets Groups Projects

Update scan policies

1 file
+ 24
0
Compare changes
  • Side-by-side
  • Inline
 
---
 
scan_result_policy:
 
- name: Security check
 
description: For security issues high or critical.
 
enabled: true
 
rules:
 
- type: scan_finding
 
branches: []
 
scanners:
 
- dast
 
- dependency_scanning
 
- sast
 
- secret_detection
 
vulnerabilities_allowed: 0
 
severity_levels:
 
- high
 
- critical
 
vulnerability_states: []
 
actions:
 
- type: require_approval
 
approvals_required: 1
 
role_approvers:
 
- maintainer
 
- owner
Loading