2f7f23deac
* Add scanning * ci: adjust CodeQL scanning for the repo * ci: add bun in kotlin setup --------- Co-authored-by: Johnny Amancio <johnnyeric@gmail.com>
13 lines
263 B
YAML
13 lines
263 B
YAML
# kilocode_change - new file
|
|
name: Critical-only CodeQL config
|
|
|
|
query-filters:
|
|
- include:
|
|
kind:
|
|
- problem
|
|
- path-problem
|
|
- alert
|
|
- path-alert
|
|
tags contain: security
|
|
security-severity: /^(9(\.[0-9])?|10(\.0)?)$/
|