Powershell image with psscriptanalyzer for use in CI
346
This is a small container image that contains a powershell7 environment with psscriptanalyzer. This container is very usefull for automatic testing during CI.
docker run --rm -v /path/to/python/code:/code hdcore/docker-psscriptanalyzer:<version> Invoke-ScriptAnalyzer.sh <arguments>
docker run -it --rm -v /path/to/python/code:/code hdcore/docker-psscriptanalyzer:<version> /bin/sh
docker run -it --rm -v /path/to/python/code:/code hdcore/docker-psscriptanalyzer:<version> pwsh
image: hdcore/docker-psscriptanalyzer:<version>
script: Invoke-ScriptAnalyzer.sh <arguments>
The image is stored on multiple container registries at dockerhub and gitlab:
Build:
docker build -f <version>/Dockerfile -t docker-psscriptanalyzer:<version> .
Content type
Image
Digest
sha256:49395b097…
Size
98.4 MB
Last updated
over 2 years ago
docker pull hdcore/docker-psscriptanalyzer:1