We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To install run:
python3 -m pip install -e .
Since the parser for Chef uses Ruby and its Ripper package, you will need to install them in your machine if you want to get results for Chef scripts.
Even if you do not use GLITCH to analyze Puppet scripts, you should also install the package puppetparser.
You can use the help command to see all the possible options in GLITCH's command-line tool:
help
python3 -m glitch --help
One example of usage to analyze a file or folder would be:
python3 -m glitch --tech (chef|puppet|ansible|terraform|docker) --csv --config PATH_TO_CONFIG PATH_TO_FILE_OR_FOLDER