mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 00:46:12 +00:00 
			
		
		
		
	dependency scanning
This commit is contained in:
		@@ -3,6 +3,7 @@ include:
 | 
			
		||||
  - template: Jobs/Secret-Detection.gitlab-ci.yml
 | 
			
		||||
  - template: Jobs/SAST.gitlab-ci.yml
 | 
			
		||||
  - template: Jobs/Container-Scanning.gitlab-ci.yml
 | 
			
		||||
  - template: Jobs/Dependency-Scanning.gitlab-ci.yml
 | 
			
		||||
 | 
			
		||||
cache:
 | 
			
		||||
  key: one-key-to-rule-them-all
 | 
			
		||||
@@ -233,6 +234,13 @@ container_scanning:
 | 
			
		||||
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
 | 
			
		||||
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
			
		||||
 | 
			
		||||
dependency_scanning:
 | 
			
		||||
  rules:
 | 
			
		||||
    - if: $CONTAINER_SCANNING_DISABLED
 | 
			
		||||
      when: never
 | 
			
		||||
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
 | 
			
		||||
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
			
		||||
 | 
			
		||||
.deploy:
 | 
			
		||||
  rules:
 | 
			
		||||
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user