
CLI para el escáner de análisis estático de AtomShields. Instala, desinstala y ejecuta verificadores e informes para detectar vulnerabilidades en proyectos de código fuente.
AtomShields Cli es una Interfaz de Línea de Comandos para usar el software AtomShields <https://github.com/ElevenPaths/AtomShields>_
.. raw:: html
.. code-block:: shell
pip install atomshieldscli
.. code-block:: shell
ascli --target --name <project_name>
Los valores permitidos de action son:
Los valores permitidos de context son:
La opción target establece la ruta a escanear, o el plugin (verificador/reporte) a 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
o
.. code-block:: shell
ascli uninstall checkers --target checker_name
.. code-block:: shell
ascli uninstall reports --target path/to/file.py
o
.. code-block:: shell
ascli uninstall reports --target checker_name
.. code-block:: shell
ascli run --target path/to/file.py --name repo_name