Commit 08785b0f authored by David Tang's avatar David Tang Committed by David Tang

SAST flawfinder + semgrep: add missing extensions

Changelog: fixed
parent 0f7bf7f0
......@@ -101,7 +101,11 @@ flawfinder-sast:
- if: $CI_COMMIT_BRANCH
exists:
- '**/*.c'
- '**/*.cc'
- '**/*.cpp'
- '**/*.c++'
- '**/*.cp'
- '**/*.cxx'
kubesec-sast:
extends: .sast-analyzer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment