mass_driver.scanners.basic_scanners
A few basic scanners to get people started
Module Contents
Functions
Check target directory exists under repo |
|
Check file dir_to_check exists under repo |
|
Detect some files at the root of the repo |
|
Report the repo’s Dockerfile’s FROM line(s) |
API
- mass_driver.scanners.basic_scanners.has_dir(repo: pathlib.Path, target: str) bool [source]
Check target directory exists under repo
- mass_driver.scanners.basic_scanners.has_file(repo: pathlib.Path, target: str) bool [source]
Check file dir_to_check exists under repo