Skip to content

Commit

Permalink
fix bug#8
Browse files Browse the repository at this point in the history
  • Loading branch information
catelleempei-eaton committed Aug 20, 2024
1 parent 0f67aa5 commit 087131f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/coverity-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ jobs:
run: |
Import-Module .\helpers\GenerateResourcesAndImage.ps1 -Force
GenerateResourcesAndImage `
-subscription-id 9013acaf-d6cc-4416-a9ed-7075ba759979 `
-resource-group-name "ETN-ES-EAS-DEVSECOPS-PACKER" `
-image-type "Windows2022CoverityBase" `
-azure-location "East US" `
-azure-client-id ${{ secrets.AZURE_CLIENT_ID }} `
-azure-client-secret ${{ secrets.AZURE_CLIENT_SECRET }} `
-azure-tenant-id ${{ secrets.AZURE_TENANT_ID }} `
-virtual-network-name "vnet-yukon-sbx-eus" `
-virtual-network-resource-group-name "ETN-ES-Yukon-Infra-Primary" `
-virtual-network-subnet-name "AppSubnet" `
-gallery-name "etn_packer_gallery" `
-SubscriptionId 9013acaf-d6cc-4416-a9ed-7075ba759979 `
-ResourceGroupName "ETN-ES-EAS-DEVSECOPS-PACKER" `
-ImageType "Windows2022CoverityBase" `
-AzureLocation "East US" `
-AzureClientId ${{ secrets.AZURE_CLIENT_ID }} `
-AzureClientSecret ${{ secrets.AZURE_CLIENT_SECRET }} `
-AzureTenantId ${{ secrets.AZURE_TENANT_ID }} `
-VirtualNetworkName vnet-yukon-sbx-eus `
-VirtualNetworkResourceGroupName "ETN-ES-Yukon-Infra-Primary" `
-VirtualNetworkSubnetName AppSubnet `
-GalleryName "etn_packer_gallery" `
-ReuseResourceGroup
env:
Expand Down

0 comments on commit 087131f

Please sign in to comment.