actions-marketplace-validations/Nmap Scan Action
Runs an Nmap scan on a specified domain and creates an issue if vulnerabilities are found
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 27, 2025
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/marcuwynu23_nmap-action@5bb0f68723ab19cb022b0004f64a6213cfe2f7e4 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| target | The domain to scan with Nmap | yes | — |
| issue_title | The title for the GitHub issue to be created | no | Nmap Security Scan Report |
| fail_action | The action will fail if vulnerabilities are detected | no | false |
| allow_issue_writing | If enabled, the action will create an issue with the scan results | no | true |
Outputs
| name | description |
|---|---|
| scan_result | The output of the Nmap scan |