
CLI para o scanner de análise estática AtomShields. Instale, desinstale e execute verificadores e relatórios para detectar vulnerabilidades em projetos de código-fonte.
AtomShields Cli é uma Interface de Linha de Comando para usar o software AtomShields <https://github.com/ElevenPaths/AtomShields>_
.. raw:: html
.. code-block:: shell
pip install atomshieldscli
.. code-block:: shell
ascli --target --name <project_name>
Os valores permitidos de action são:
Os valores permitidos de context são:
A opção target define o caminho para varredura, ou o plugin (verificador/relatório) para instalar/desinstalar.
.. 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
ou
.. code-block:: shell
ascli uninstall checkers --target checker_name
.. code-block:: shell
ascli uninstall reports --target path/to/file.py
ou
.. code-block:: shell
ascli uninstall reports --target checker_name
.. code-block:: shell
ascli run --target path/to/file.py --name repo_name