chore(new-flag): added flag to list available modules#198
Open
utsavmaniyar wants to merge 2 commits into
Open
Conversation
nsc5171
approved these changes
Jan 22, 2026
nsc5171
approved these changes
Jan 22, 2026
| -worksize int | ||
| Set Line Wrap Length. (default 2500) | ||
| -list-available-modules | ||
| List available scanning modules. This is useful when inporting configurations from a file and you want to know the module available to configure. |
| # permissions and limitations under the License. | ||
|
|
||
| --- | ||
| description: This module check for the presence of sensitive files and cryptographic keys based on filename patterns. It uses regular expressions to identify filenames that are commonly associated with private keys, configuration files, log files, database dumps, and other sensitive information. The rules in this module can help identify potential security risks where sensitive files may have been inadvertently included in a code repository or exposed in a file system. Each rule includes a severity level and confidence score to help prioritize findings. |
There was a problem hiding this comment.
'checks' maybe?
Same with the other file too.
afham123
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solving: #196
--list-available-moduleto cli to list all available modules from the configuration.This will be useful when applying config via
-configand need to see the available module.Example
Command:
earlybird git:(feat/module-list-flag) go run go-earlybird.go --config=/Users/utsav/projects/eb/earlybird/config-examples --list-available-modulesOutput: