Skip to content

armor-code/scan-upload-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primary aim of this repository is to provide a docker image of the scan upload script.

Build the docker image

docker build -t armorcode-scan-upload .

Example of passing parameters to the script

docker run -v "${PWD}":/data -e product="$PRODUCT" -e subProduct="$SUBPRODUCT" -e environment="$ENV" -e fileExtension="$EXTENSION" -e scanTool="$SCANTOOL" -e apiKey="$API_KEY" armorcode-scan-upload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published