skipComponentGovernanceDetection

This commit is contained in:
Michael Golfi 2019-07-29 08:30:14 -07:00
Родитель ebe5e24634
Коммит 8385039d79
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -5,8 +5,7 @@ resources:
endpoint: AzureCR
- container: docker
image: devcrewsacr.azurecr.io/docker-builder:latest
endpoint: AzureCR
image: debian:buster
options: '-v /usr/bin/docker:/usr/bin/docker -v /var/run/docker.sock:/var/run/docker.sock'
trigger:
@ -17,6 +16,8 @@ trigger:
- deploy/*
name: $(Date:yyyyMMdd)$(Rev:r)
variables:
skipComponentGovernanceDetection: true
jobs:
######################################################################
@ -68,6 +69,7 @@ jobs:
######################################################################
- job: Containerize
displayName: Build and push container
container: docker
dependsOn: UnitTests
variables:
OperatorImage: public/k8s/bedrock/ring-operator