Skip to content

Commit

Permalink
Update security scanners config
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Feb 28, 2025
1 parent e993711 commit c7046f9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
module-name: lifecycle-manager
kind: kcp
checkmarxOne:
checkmarx_preset: golang
protecode:
checkmarx-one:
preset: go-default
exclude:
- "**/test/**"
- "**/*_test.go"
- "**/testutils/**"
- "tests/**"
bdba:
- europe-docker.pkg.dev/kyma-project/prod/lifecycle-manager:1.3.0
- europe-docker.pkg.dev/kyma-project/prod/lifecycle-manager:latest
whitesource:
mend:
language: golang-mod
exclude:
- "**/test/**"
- "**/*_test.go"
- "**/testutils/**"
- "tests/**"
subprojects: false

0 comments on commit c7046f9

Please sign in to comment.