Skip to content

Commit

Permalink
add checkmarx one to sec-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Jan 29, 2025
1 parent 86b9ab4 commit 677bb5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module-name: busola
kind: kcp
protecode:
- europe-docker.pkg.dev/kyma-project/prod/busola-backend:latest
- europe-docker.pkg.dev/kyma-project/prod/busola-web:latest
Expand All @@ -11,3 +12,12 @@ whitesource:
- '**/tests/**'
- '**/kyma/enviroments/**'
- '**/kyma/extensions/**'
checkmarx-one:
preset: javascript-default
exclude:
- 'package-lock.json'
- '**/backend/package-lock.json'
- '**/backend/config/config.yaml'
- '**/tests/**'
- '**/kyma/enviroments/**'
- '**/kyma/extensions/**'

0 comments on commit 677bb5d

Please sign in to comment.