From 6cef51070337600ceb5d5b095801252424d354c5 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Fri, 8 Sep 2023 17:47:13 -0700 Subject: [PATCH] Removed L:25 in testing workflow to address MSRC --- .github/workflows/azure-ipam-testing.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/azure-ipam-testing.yml b/.github/workflows/azure-ipam-testing.yml index 141e53a..b32c112 100644 --- a/.github/workflows/azure-ipam-testing.yml +++ b/.github/workflows/azure-ipam-testing.yml @@ -22,8 +22,6 @@ jobs: ipamSuffix: ${{ steps.deployScript.outputs.ipamSuffix }} ipamResourceGroup: ${{ steps.deployScript.outputs.ipamResourceGroup }} steps: - - run: echo "Job triggered by a ${{ github.event_name }} event from ${{ github.head_ref }} to main." - - name: Install Deployment Prerequisites shell: pwsh run: | @@ -84,9 +82,6 @@ jobs: STORAGE_ACCT_CTR: ${{ vars.LOGGING_STORAGE_CTR }} shell: pwsh run: | - # $dateStamp = (Get-Date -UFormat "%Y-%m-%d_%I-%M-%S_%p").tostring() - # $archiveName = "ipam-${env:AZURE_IPAM_SUFFIX}-${dateStamp}.zip" - # $archiveName = "ipam-${{ github.run_id }}(${{ github.run_attempt }})-${dateStamp}.zip" $archiveName = "IPAM-RUN(${{ github.run_id }})-ATTEMPT(${{ github.run_attempt }})-SUFFIX($env:AZURE_IPAM_SUFFIX).zip" Compress-Archive -Path ./* -DestinationPath /tmp/$archiveName