Skip to content

Commit

Permalink
Merge pull request #2218 from blacklanternsecurity/update-docs
Browse files Browse the repository at this point in the history
Daily Docs Update
  • Loading branch information
TheTechromancer authored Jan 25, 2025
2 parents 800cd90 + 1856460 commit 1577958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/scanning/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ Many modules accept their own configuration options. These options have the abil
| modules.csv.output_file | str | Output to CSV file | |
| modules.discord.event_types | list | Types of events to send | ['VULNERABILITY', 'FINDING'] |
| modules.discord.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW |
| modules.discord.retries | int | Number of times to retry sending the message before skipping the event | 10 |
| modules.discord.webhook_url | str | Discord webhook URL | |
| modules.emails.output_file | str | Output to file | |
| modules.http.bearer | str | Authorization Bearer token | |
Expand All @@ -521,6 +522,7 @@ Many modules accept their own configuration options. These options have the abil
| modules.postgres.username | str | The username to connect to Postgres | postgres |
| modules.slack.event_types | list | Types of events to send | ['VULNERABILITY', 'FINDING'] |
| modules.slack.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW |
| modules.slack.retries | int | Number of times to retry sending the message before skipping the event | 10 |
| modules.slack.webhook_url | str | Discord webhook URL | |
| modules.splunk.hectoken | str | HEC Token | |
| modules.splunk.index | str | Index to send data to | |
Expand All @@ -537,6 +539,7 @@ Many modules accept their own configuration options. These options have the abil
| modules.subdomains.output_file | str | Output to file | |
| modules.teams.event_types | list | Types of events to send | ['VULNERABILITY', 'FINDING'] |
| modules.teams.min_severity | str | Only allow VULNERABILITY events of this severity or higher | LOW |
| modules.teams.retries | int | Number of times to retry sending the message before skipping the event | 10 |
| modules.teams.webhook_url | str | Teams webhook URL | |
| modules.txt.output_file | str | Output to file | |
| modules.web_parameters.include_count | bool | Include the count of each parameter in the output | False |
Expand Down

0 comments on commit 1577958

Please sign in to comment.