projectdiscovery/Nuclei Action
A fast, open-source, and highly customizable vulnerability scanner.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Mar 29, 2026
- License
- MIT
Pinned Snippet
uses: projectdiscovery/nuclei-action@32a91c0da7be14c07b0ade6c14fa0f6e78d97c9c # v3.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Setup with specific version ("latest" or in format "vX.Y.Z"). | yes | latest |
| install-only | Install Nuclei without running scans. | no | false |
| args | Arguments to pass to Nuclei. | no | — |
| config | Nuclei configuration file content. | no | — |
| config-path | Path to Nuclei configuration file. | no | — |
| cache | Enable caching of Nuclei caches, configs, templates, and browser. | no | true |
| token | GitHub Token. It is used to fetch Nuclei releases from GitHub. | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| stdout | The standard output from running Nuclei. |
| stderr | The standard error from running Nuclei. |