Command python setup.py egg_info failed with error code 11 Semgrep CLI 설치 및 실행 방법 Semgrep CLI(Command Line Interface) 설치 방법 1. CLI상에서 Semgrep 설치합니다. 1.1 Ubuntu, Linux 시스템에서 명령어 python3 -m pip install semgrep Note: 필자는 CLI를 Visual Studio Code에서 설치하였음 1.2 설치 없이 Docker를 통해 Semgrep 실행 가능함 docker run --rm -v "${PWD}:/src" returntocorp/semgrep semgrep --config=auto 만약 docker 설치 되지 않았다면 다음 명령으로 docker를 먼저 설치합니다. ~$ sudo apt install docker.io ~$ docker --version Docker version 1.6.2,.. 2022. 8. 4. 이전 1 다음