Skip to content
Snippets Groups Projects
Commit d5828fe2 authored by Jose Raul Barreras's avatar Jose Raul Barreras
Browse files

fix 'the input device is not a TTY' error

parent 235e7ada
Branches master
No related tags found
4 merge requests!34develop to master,!18sync dependency-check with secrets-detection,!17Resolve "Add Dependency Check",!16Resolve "Add Automated Secrets Detection"
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -33,7 +33,7 @@ test: ...@@ -33,7 +33,7 @@ test:
- dockerd - dockerd
script: script:
- docker run --rm its-registry.unl.edu/unl-its/docker-ci/static-code-analysis sonar-scanner -v - docker run --rm its-registry.unl.edu/unl-its/docker-ci/static-code-analysis sonar-scanner -v
- docker run -it --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets scan - docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets scan
Push to Container Registry: Push to Container Registry:
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment