Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit b1c0dd7

Browse files
committed
Merge branch 'pipeline/add-scanning' into 'master'
Add SAST and Dependency scanning See merge request ix.ai/csp!9
2 parents 6af0ab5 + 6739bac commit b1c0dd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ variables:
99
include:
1010
- project: 'ix.ai/ci-templates'
1111
file: '/python-project.yml'
12+
- template: Security/SAST.gitlab-ci.yml
13+
- template: Dependency-Scanning.gitlab-ci.yml
14+
15+
sast:
16+
stage: test

0 commit comments

Comments
 (0)