Skip to content

Commit

Permalink
build packer with hard coded values for testing with reuse RG FLAG
Browse files Browse the repository at this point in the history
  • Loading branch information
catelleempei-eaton committed Aug 8, 2024
1 parent 4f4d8a0 commit 23f012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Initialise Packer template
run: |
Import-Module .\helpers\GenerateResourcesAndImage.ps1 -Force
GenerateResourcesAndImage -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"
GenerateResourcesAndImage -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
#------------------------------------------------
# - name: Checkout License Agreement Repository
Expand Down

0 comments on commit 23f012f

Please sign in to comment.