Skip to content

Commit

Permalink
output query result-5
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjung committed Dec 24, 2024
1 parent 63a12e7 commit dc31001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/query-cve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ az vm identity assign -g $RESOURCE_GROUP_NAME --name $QUERY_VM_NAME --identities

TIMESTAMP=$(date +%s%3N)
CVE_REPORT_OUTPUT_NAME="cve-report-${BUILD_SOURCEVERSION}-${TIMESTAMP}.out"
CVE_REPORT_CONTAINER_NAME="vhd-cve-query"
CVE_REPORT_CONTAINER_NAME="vhd-scans"

ret=$(az vm run-command invoke \
--command-id RunShellScript \
Expand Down

0 comments on commit dc31001

Please sign in to comment.