Actually call CodeQL bundle install scripts in Packer.

This commit is contained in:
Chris Gavin
2020-09-08 15:27:27 +01:00
parent 096464f38e
commit ff346a80bd
5 changed files with 7 additions and 2 deletions

View File

@@ -320,7 +320,8 @@
"{{ template_dir }}/scripts/Installers/Install-KubernetesCli.ps1",
"{{ template_dir }}/scripts/Installers/Install-Kind.ps1",
"{{ template_dir }}/scripts/Installers/Install-MongoDB.ps1",
"{{ template_dir }}/scripts/Installers/Install-GoogleCloudSDK.ps1"
"{{ template_dir }}/scripts/Installers/Install-GoogleCloudSDK.ps1",
"{{ template_dir }}/scripts/Installers/Install-CodeQLBundle.ps1"
]
},
{