First off, thank you for taking the time to contribute! It's people like you who make this list awesome.
When contributing, please pull request your changes to the main branch.
If you find a great DevSecOps tool that isn't on the list:
- Check if it's already there: Use
Cmd+ForCtrl+Fto search the list. - Quality matters: Ensure the tool is actively maintained or widely recognized in the security industry.
- Format your entry: Use the following format:
- [Tool Name](Link) - Short description starting with a capital letter and ending with a period.
If you find a link that no longer works, please open an Issue.
- English only: Please keep the descriptions in English for consistency.
- Categorization: Place the tool in the most appropriate existing category. If you think a new category is needed, please mention it in your PR.
- No duplicates: Do not add a tool that is already listed.
- Clean PRs: Make sure your pull request title is descriptive (e.g., "Add Snyk to SCA section").
- Fork the repository.
- Create a new branch (
git checkout -b add-my-tool). - Make your changes in
README.md. - Commit your changes (
git commit -m 'Add ToolName'). - Push to the branch (
git push origin add-my-tool). - Create a new Pull Request.
Thank you for your contribution!