Skip to content
Compare
Choose a tag to compare
@bin3xish477 bin3xish477 released this 13 Aug 15:54
· 2 commits to main since this release

Adds two new auxiliary checks:

  1. check_for_missing_gitignore_file - checks for missing .gitignore file in root of repository which could lead to accidentally committing sensitive folders/files to repository.
  2. check_for_missing_dockerignore_file - checks for missing .dockerignore file in root of repository which could lead to accidentally committing sensitive folders/files into your containerized applications.