Skip to content

Commit

Permalink
Add SAST and Dependency scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Feb 27, 2021
1 parent 6af0ab5 commit 6739bac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ variables:
include:
- project: 'ix.ai/ci-templates'
file: '/python-project.yml'
- template: Security/SAST.gitlab-ci.yml
- template: Dependency-Scanning.gitlab-ci.yml

sast:
stage: test

0 comments on commit 6739bac

Please sign in to comment.