Documentation
¶
Overview ¶
Package codecatalyst extends the veles codecatalyst.Detector to search inside the git config and history files
Index ¶
Constants ¶
View Source
const ( // Name is the name of the extractor Name = "secrets/codecatalystcredentials" // Version is the version of the extractor Version = 0 )
Variables ¶
This section is empty.
Functions ¶
func FileRequired ¶
func FileRequired(api filesystem.FileAPI) bool
FileRequired reports whether the plugin should scan the given file.
The history.txt file is intentionally excluded because it is already processed by the main secrets extractor.
func New ¶
func New() filesystem.Extractor
New returns a filesystem.Extractor which extracts Amazon CodeCatalyst Credentials using the codecatalyst.Detector
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.