An open API service indexing awesome lists of open source software.

https://github.com/ndejong/slack-gosdl-parse

Parse JSON module content from the Slack goSDL tool and produce HTML formatted output
https://github.com/ndejong/slack-gosdl-parse

Last synced: about 1 month ago
JSON representation

Parse JSON module content from the Slack goSDL tool and produce HTML formatted output

Awesome Lists containing this project

README

        

# slack-gosdl-parse

Parse JSON module content from the [Slack goSDL](https://github.com/slackhq/goSDL) tool and produce HTML formatted output

```commandline
(venv) projects/gosdl-parse$ python3 slack-gosdl-parse.py -h
usage: slack-gosdl-parse.py [-h] --path [--debug]

Slack - Security Development Lifecycle Checklist

optional arguments:
-h, --help show this help message and exit
--path , -p
Base JSON modules path to walk for documentation
content.
--debug, -d No debug there is Luke

```