Skip to content

Commit

Permalink
fix bug#4
Browse files Browse the repository at this point in the history
  • Loading branch information
catelleempei-eaton committed Aug 20, 2024
1 parent 4c82f77 commit ca3e2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverity-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
AZURE_LOCATION: ${{ env.AZURE_LOCATION }}

- name: Run PowerShell Script
shell: pwsh
run: |
chmod +rwx ./helpers/GenerateResourcesAndImage.ps1
pwsh -cwa `
./helpers/GenerateResourcesAndImage.ps1 `
-subscription-id ${{ secrets.AZURE_SUBSCRIPTION_ID }} `
-resource-group-name "ETN-ES-EAS-DEVSECOPS-PACKER" `
Expand Down
2 changes: 1 addition & 1 deletion images/windows/scripts/build/Install-CoverityClient.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Define the source URL and destination path

$sourceUrl="https://stsmpdevopsimages.blob.core.windows.net/armimagelayeraddons/synopsys/coverity/cov-analysis-win64-2024.3.1.exe?sp=r&st=2024-08-15T11:37:38Z&se=2024-08-15T19:37:38Z&spr=https&sv=2022-11-02&sr=b&sig=seDhOpclshr0BqU65TP%2B3xKa93vEekeggHUxOxTJxFI%3D"
$sourceUrl="https://stsmpdevopsimages.blob.core.windows.net/armimagelayeraddons/synopsys/coverity/cov-analysis-win64-2024.3.1.exe?sp=r&st=2024-08-20T10:24:04Z&se=2024-08-20T18:24:04Z&spr=https&sv=2022-11-02&sr=b&sig=8CHqTf3Z6E4FdGiKsnSDlIQdThqOhtIgra%2BOMIQVA7g%3D"

$destinationPath = "C:\temp/cov-analysis-win64-2024.3.1.exe"
if (-not (Get-Command azcopy -ErrorAction SilentlyContinue)) {
Expand Down

0 comments on commit ca3e2ee

Please sign in to comment.