Skip to content

Commit 5058e14

Browse files
dalehenriesrexagod
andauthored
Add documentation and security-testing sections
Co-authored-by: Pranshu Srivastava <[email protected]>
1 parent 1091bf4 commit 5058e14

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

SECURITY-INSIGHTS.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,16 @@ dependencies:
3232
dependencies-lists:
3333
- https://github.com/kubernetes/kube-state-metrics/blob/main/go.mod
3434
- https://github.com/kubernetes/kube-state-metrics/blob/main/Dockerfile
35+
documentation:
36+
- https://github.com/kubernetes/kube-state-metrics/tree/main/docs
37+
security-testing:
38+
- tool-type: dast
39+
tool-name: govulncheck
40+
tool-version: latest
41+
tool-url: https://go.googlesource.com/vuln
42+
tool-rulesets:
43+
- built-in
44+
integration:
45+
ci: true
46+
comment: |
47+
Detects vulnerabilities as a result of the affected call-paths being invoked directly in the repository, while reducing false positives by ignoring dormant call-paths for package dependencies.

0 commit comments

Comments
 (0)