Commit 985ade7f authored by Kostas Chartsias's avatar Kostas Chartsias
Browse files

Merge branch 'set-sast-config-1' into 'feature/agent_memory'

Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist

See merge request !2
parents c21535e3 7dd7dd6d
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -22,6 +22,12 @@ variables:
  SOURCE_DIRS: "mcp_module/ ai_agent/"
  TEST_DIRS: "tests/"

include:
  - template: Security/SAST.gitlab-ci.yml

sast:
  stage: test

type:
  stage: type
  tags: