ghast-scanner
Version updated for bin3xish477/ghast to version v1.8.8.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Adds two new auxiliary checks:
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.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.