Check .ignore files from all repository within organization
A program to scan all repository within organization, that for each repository if there is ignore files, that file should contains basic ignore entries.
- Visit https://github.com/settings/tokens
- Generate new token.
- Tick the
reposection.
Copy .env.example to .env and edit it.
docker build -t devsecops-ignore https://github.com/oursky/devsecops-ignore.git
docker run -it --rm --env-file .env devsecops-ignore --create-issue --create-pr
usage: python main.py [-h] -[v] [--create-issue] [--create-pr]
-h Show this help
-v Verbose
--create-issue Automatic create github issue, disable if omitted
--create-pr Generate autofix pull request, disable if omitted