
CLI per lo scanner di analisi statica AtomShields. Installa, disinstalla ed esegui checker e report per rilevare vulnerabilità nei progetti di codice sorgente.
AtomShields Cli è un'interfaccia a riga di comando per utilizzare il software AtomShields <https://github.com/ElevenPaths/AtomShields>_
.. raw:: html
.. code-block:: shell
pip install atomshieldscli
.. code-block:: shell
ascli --target --name <project_name>
I valori consentiti per action sono:
I valori consentiti per context sono:
L'opzione target imposta il percorso da analizzare, o il plugin (checker/report) da installare/disinstallare.
.. 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
oppure
.. code-block:: shell
ascli uninstall checkers --target checker_name
.. code-block:: shell
ascli uninstall reports --target path/to/file.py
oppure
.. code-block:: shell
ascli uninstall reports --target checker_name
.. code-block:: shell
ascli run --target path/to/file.py --name repo_name