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
- Host: GitHub
- URL: https://github.com/ndejong/slack-gosdl-parse
- Owner: ndejong
- Created: 2018-12-06T03:14:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T03:21:03.000Z (over 6 years ago)
- Last Synced: 2025-02-10T06:14:12.565Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```