mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 04:06:06 +00:00 
			
		
		
		
	dependency scanning
This commit is contained in:
		@@ -234,9 +234,9 @@ container_scanning:
 | 
				
			|||||||
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
 | 
					    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
 | 
				
			||||||
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
					    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependency_scanning:
 | 
					gemnasium-python-dependency_scanning:
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
    - if: $CONTAINER_SCANNING_DISABLED
 | 
					    - if: $DEPENDENCY_SCANNING_DISABLED
 | 
				
			||||||
      when: never
 | 
					      when: never
 | 
				
			||||||
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
 | 
					    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
 | 
				
			||||||
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
					    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user