mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Simplify skipping of scans
Scans are now only skipped if the SKIP_SCANS=yes. Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									0ac288e6dd
								
							
						
					
					
						commit
						39d2ff06fa
					
				| @ -106,13 +106,9 @@ image-packaging: | ||||
|   variables: | ||||
|     IMAGE: "${CI_REGISTRY_IMAGE}/container-toolkit:${CI_COMMIT_SHORT_SHA}-${DIST}" | ||||
|     IMAGE_ARCHIVE: "container-toolkit.tar" | ||||
|   rules: | ||||
|     - if: $CI_COMMIT_MESSAGE =~ /\[skip[ _-]scans?\]/i | ||||
|       when: never | ||||
|     - if: $SKIP_SCANS | ||||
|       when: never | ||||
|     - if: $CI_COMMIT_TAG == null && $CI_COMMIT_BRANCH != $RELEASE_DEVEL_BRANCH | ||||
|       allow_failure: true | ||||
|   except: | ||||
|     variables: | ||||
|       - $SKIP_SCANS && $SKIP_SCANS == "yes" | ||||
|   before_script: | ||||
|     - docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}" | ||||
|     # TODO: We should specify the architecture here and scan all architectures | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user