.github fix(BUILD-1378): sonarqube-team ownership images Update README.md test SONAR-16068 made SONAR_TOKEN optional .gitignore SONAR-14822 Provide a GitHub Action to scan a project Dockerfile downgrade to 2 mo version LICENSE.txt SONAR-14822 Provide a GitHub Action to scan a project...
docker run -e CODE_DIR -v /tmp/test:/tmp/test -ti scanmycode/scanmycode3-ce:worker-cli /bin/sh -c 'cd /tmp/test && checkmate git init' docker run -e CODE_DIR -v /tmp/test:/tmp/test -ti scanmycode/scanmycode3-ce:worker-cli /bin/sh -c 'cd /tmp/test && checkmate git ...
INFO: User cache: /root/.sonar/cache INFO: Analyzing on SonarQube server 8.0.0.45575 INFO: Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent) INFO: Load global settings INFO: Load global settings (done) | time=296ms INFO:...
It is a Code Scanning/SAST/Static Analysis/Linting solution using many tools/Scanners with One Report. You can also add any tool to it. Currently, it supports many languages and tech stacks. Similar to SonarQube, but it is different. Fig. 1 Scanmycode concept diagram How is Scanmycode d...
Same workflow as above, but using Docker binary: export CODE_DIR=/tmp/test cd /tmp/test docker run -e CODE_DIR -v /tmp/test:/tmp/test -ti scanmycode/scanmycode3-ce:worker-cli /bin/sh -c 'cd /tmp/test && checkmate init' ...