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 e7939df commit 943c5ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
variables:
DOCKERHUB_REPO_NAME: grafana-email
ENABLE_ARM64: 'true'
Expand All @@ -8,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 943c5ac

Please sign in to comment.