@ -6,8 +6,12 @@
 | 
			
		||||
# Note that environment variables can be set in several places
 | 
			
		||||
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
 | 
			
		||||
stages:
 | 
			
		||||
- test
 | 
			
		||||
  - test
 | 
			
		||||
 | 
			
		||||
sast:
 | 
			
		||||
  tags:
 | 
			
		||||
    - kube
 | 
			
		||||
  stage: test
 | 
			
		||||
 | 
			
		||||
include:
 | 
			
		||||
- template: Security/SAST.gitlab-ci.yml
 | 
			
		||||
  - template: Security/SAST.gitlab-ci.yml
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user