
AtomShields 정적 분석 스캐너용 CLI. 소스 코드 프로젝트의 취약점을 탐지하기 위해 검사기와 보고서를 설치, 제거 및 실행합니다.
AtomShields Cli는 소프트웨어 AtomShields <https://github.com/ElevenPaths/AtomShields>_ 를 사용하기 위한 명령줄 인터페이스입니다.
.. raw:: html
.. code-block:: shell
pip install atomshieldscli
.. code-block:: shell
ascli --target --name <project_name>
허용되는 action 값은 다음과 같습니다:
허용되는 context 값은 다음과 같습니다:
target 옵션은 스캔할 경로 또는 설치/제거할 플러그인(체커/보고서)을 설정합니다.
.. code-block:: shell
ascli show checkers
.. code-block:: shell
ascli show reports
.. code-block:: shell
ascli install checkers --target path/to/file.py
.. code-block:: shell
ascli install reports --target path/to/file.py
.. code-block:: shell
ascli uninstall checkers --target path/to/file.py
또는
.. code-block:: shell
ascli uninstall checkers --target checker_name
.. code-block:: shell
ascli uninstall reports --target path/to/file.py
또는
.. code-block:: shell
ascli uninstall reports --target checker_name
.. code-block:: shell
ascli run --target path/to/file.py --name repo_name