audit notes work completed, test fixes work (95% done), new sprints, new data sources setup and configuration
This commit is contained in:
23
docs/benchmarks/ai-code-guard/stellaops.sample.yml
Normal file
23
docs/benchmarks/ai-code-guard/stellaops.sample.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
stellaops:
|
||||
ai_code_guard:
|
||||
enabled: true
|
||||
thresholds:
|
||||
similarity_block: 0.92
|
||||
similarity_review: 0.80
|
||||
max_paste_lines_without_provenance: 12
|
||||
licenses:
|
||||
allow: [MIT, BSD-2-Clause, BSD-3-Clause, Apache-2.0]
|
||||
review: [MPL-2.0, LGPL-2.1, LGPL-3.0]
|
||||
block: [GPL-3.0-only, AGPL-3.0-only]
|
||||
checks:
|
||||
- id: secrets_scan
|
||||
required: true
|
||||
- id: unsafe_api_scan
|
||||
required: true
|
||||
- id: snippet_similarity
|
||||
required: true
|
||||
- id: dep_sbom_license
|
||||
required: true
|
||||
overrides:
|
||||
require_issue_link: true
|
||||
max_duration_days: 14
|
||||
Reference in New Issue
Block a user