Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbanski1 authored Oct 19, 2020
1 parent dc5083d commit 9ce07ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ steps:
displayName: 'Install Python 3.8'
- script: pip install bridgecrew
displayName: 'Install the Bridgecrew CLI'
- script: bridgecrew -d storage --soft-fail
- script: bridgecrew -d storage
displayName: 'Scan with Bridgecrew'
- task: AzureResourceManagerTemplateDeployment@3
inputs:
deploymentScope: 'Resource Group'
azureResourceManagerConnection: 'arm-service-connection'
subscriptionId: '6e1d96d8-e736-4089-a694-908b1f5ceea2'
subscriptionId: '69a2258c-8778-4d42-9ea7-6b65af91ffc3'
action: 'Create Or Update Resource Group'
resourceGroupName: 'rg1'
resourceGroupName: 'bcazr3'
location: 'East US'
templateLocation: 'Linked artifact'
csmFile: 'storage/storage.json'
deploymentMode: 'Incremental'
deploymentMode: 'Incremental'

0 comments on commit 9ce07ec

Please sign in to comment.