diff --git a/README.md b/README.md index 28775cc..348edb9 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ Generated project consists of: * building package and uploading to private GitLab Package registry * security: `trivy` - required for SOC 2 Certification * steps to rebuild linter docker image +1. Github integration (optional): + * linter stage (`pre-commit run --all`) + * tests (`pytest`) + code coverage + * license checks of installed packages + * building and hosting documentation on GitHub Pages (if enabled) + * testing if package can be build + * security: `trivy` - required for SOC 2 Certification, but is reporting only 1. Other less important files (more configurations, `.gitignore` etc) Most up-to date descriptions, tips and explanations are in the [documentation](https://deepsense-ai.github.io/ds-template/).