Skip to content

Releases: projectdiscovery/nuclei-action

v3.1.0

29 Jan 13:27
32a91c0

Choose a tag to compare

What's Changed

  • feat: add cache input by @dwisiswant0 in #113

    The cache input would control Nuclei's caches, configs, templates, and the Chromium browser (by go-rod/rod - used by headless-protocol-based Nuclei templates). Given that install-only exists, this might be handy for speeding things up when those caches are not needed.

Full Changelog: v3.0.0...v3.1.0

v3.0.0

27 Jan 17:08
a4ae23f

Choose a tag to compare

What's Changed

  • Initial v3 release.

See #105.

v2.1.0

27 Jan 16:49

Choose a tag to compare

What's Changed

Warning

Deprecation Notice

The v2* references are deprecated and (main) will be unsupported (replaced by v3) on 1 March 2026.
Please update workflows to use projectdiscovery/nuclei-action@v3.

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.1

14 Mar 08:23
6a69b50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 Feb 12:54
e3f070e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v2.0.0

v1.0.7

25 Sep 10:42
d3e7cfb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

13 Dec 12:58

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

08 Oct 20:27
508c186

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

14 Jul 18:27
a54be74

Choose a tag to compare

Changelog

  • Fixed a bug with multiple CLI flag inputs.
  • Fixed a bug with config file input.
  • Added support for report config input
  • Updated to use default template path
  • Uses Nuclei v2.4.0

v1.0.3

12 Jun 19:22
18eec9a

Choose a tag to compare

Changelog

  • Added support to sarif export
  • Added support to markdown export
  • Added support to use any nuclei CLI flag as an argument
  • Updated readme examples to use new features
  • Locked nuclei version in use to ensure action doesn't break after next nuclei release.