Pasan Chamikara
Pasan Chamikara
While executing the docker container, the following error were observed. ``` ‹master*› » docker run -it -e AWS_SECRET_ACCESS_KEY_ID=xxxxxxxxxxxx -e AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyy cloudsploitc docker: Error response from daemon: OCI runtime create failed:...
Change to support google via config.js file Added `--gcp-bucket` argument to upload a file to gcp bucket
Fixed the issue in Dockerfile, which was observed while building. The Dockerfile, wasn't changing building the link references of the node app. So needed to rebuild them by adding a...
This adds the feature to upload the generated json/csv/junit file(s) to a defined S3 bucket within the same account.
This PR would bring the final image sizes of the docker build below 150MB, making it easier (Saves bandwidth) for any K8s pod or a docker run Instance to re-instantiate...