- fork this repo
- open DevSecOps.xml using draw.io
1) File > Open(Import) from > Devices
2) Open DevSecOps.xml
- Edit contents
- Save diagram(xml file) and Export image
1) File > Export as > png
- Commit/Push the
DevSecOps.xml
andDevSecOps.png
files to the your forked repository. - Make and Send PR(Pull Request)
Please add content and send us PR!
- fork this repo
- Edit contents from forked repo
- Make and Send PR(Pull Request)
- form this repo
- clone forked repo
$ git clone https://github.com/{your}/DevSecOps
- build contribute tools
$ cd DevSecOps/tools
$ make contribute
- Add tool with
./add-tool
$ ./add-tool -url https://github.com/zaproxy/zaproxy
- Distribute README.md with
./distribute-readme
$ ./distribute-readme
- commit and push
data.json
andREADME.md
$ git add data.json README.md ; git commit -m "commit and push" ; git push
- Make and Send PR(Pull Request)