Releases: projectdiscovery/nuclei-action
Releases · projectdiscovery/nuclei-action
v2.0.1
What's Changed
- Added nuclei to toolcache dir by @PittyXu in #57
- Added workflow to compile and commit latest changes by @RamanaReddy0M in #83
- Fixed regex for flags by @felipesaezreyes in #80
- Upgrades to Node v20 by @felipesaezreyes in #79
New Contributors
- @felipesaezreyes made their first contribution in #79
- @PittyXu made their first contribution in #57
- @RamanaReddy0M made their first contribution in #83
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Corrected mistake in available inputs by @shriyanss in #54
- Switch -json to -jsonl by @adanalvarez in #56
- Add Omit-Raw Flag by @kchason in #62
- Add new parameter
nuclei-version
to pin version by @dkarlinsky in #70 - change installation path to GITHUB_WORKSPACE by @dogancanbakir in #68
- feat: support template urls by @pbnj-dragon in #73
- Update README.md by @tibbon in #76
New Contributors
- @shriyanss made their first contribution in #54
- @adanalvarez made their first contribution in #56
- @kchason made their first contribution in #62
- @dkarlinsky made their first contribution in #70
- @dogancanbakir made their first contribution in #68
- @pbnj-dragon made their first contribution in #73
- @tibbon made their first contribution in #76
Full Changelog: v1.0.7...v2.0.0
v1.0.7
What's Changed
- Added parse flags function (#38) by @@fguisso in #39
- Added prefix to avoid reuse in github env by @fguisso in #32
- Added workflow support by @Sitebase in #33
- Updated actions to github actions toolkit by @fguisso in #34
- Updated docs to reflect the last udpate by @fguisso in #36
- Updated nuclei version by @swapHR in #30
New Contributors
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Using Nuclei 2.5.4 by @aminvakil in #28
- Using
go install
instead ofgo get
by @ehsandeep in #29
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Bump nuclei 2.4.2 by @aminvakil in #20
- Update README.md by @toufik-airane in #19
- Update README.md by @toufik-airane in #21
- feat: bump nuclei 2.5.1 by @fadhilthomas in #22
- Update action.yml by @toufik-airane in #24
- group/collapse
go get
output by @chair6 in #26 - misc updates by @ehsandeep in #27
New Contributors
- @aminvakil made their first contribution in #20
- @fadhilthomas made their first contribution in #22
- @chair6 made their first contribution in #26
Full Changelog: v1.0.4...v1.0.5
v1.0.4
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
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.
v1.0.2
Changelog
- Added default / optional output file
- Added custom template folder support
- Added optional JSON output support
- Added config file support
- Added Uses example updates
v1.0.1
Initial release
- Initial release