Skip to content

Commit

Permalink
fix bug#7
Browse files Browse the repository at this point in the history
  • Loading branch information
catelleempei-eaton committed Aug 20, 2024
1 parent 99d5867 commit 0f67aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
az login --service-principal --username ${{ secrets.AZURE_CLIENT_ID }} -p="${{ secrets.AZURE_CLIENT_SECRET }}" --tenant ${{ secrets.AZURE_TENANT_ID }}
#az account set --subscription ${{ secrets.AZURE_SUBSCRIPTION_ID }}
env:
AZURE_SUBSCRIPTION_ID: ${{ env.AZURE_SUBSCRIPTION_ID }}
AZURE_SUBSCRIPTION_ID: 9013acaf-d6cc-4416-a9ed-7075ba759979
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -41,7 +41,7 @@ jobs:
run: |
Import-Module .\helpers\GenerateResourcesAndImage.ps1 -Force
GenerateResourcesAndImage `
-subscription-id ${{ env.AZURE_SUBSCRIPTION_ID }} `
-subscription-id 9013acaf-d6cc-4416-a9ed-7075ba759979 `
-resource-group-name "ETN-ES-EAS-DEVSECOPS-PACKER" `
-image-type "Windows2022CoverityBase" `
-azure-location "East US" `
Expand Down

0 comments on commit 0f67aa5

Please sign in to comment.