Commit 6fb14df7 authored by Matija Čupić's avatar Matija Čupić

Merge branch 'feature/sast-flawfinder' into 'master'

SAST flawfinder: add missing extensions

See merge request gitlab-org/gitlab!68348
parents 10f21a01 08785b0f
......@@ -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