Use nuclei 2.5.4 #28

Merged
aminvakil merged 1 commit from v2.5.4 into main 2021-12-13 03:18:56 -05:00
aminvakil commented 2021-12-13 02:16:55 -05:00 (Migrated from github.com)

Currently it fails with:

[FTL] Could not run nuclei: no valid templates were found

I'm not sure if this is related to breaking change in 2.5.3 or something else.

Currently it fails with: ``` [FTL] Could not run nuclei: no valid templates were found ``` I'm not sure if this is related to breaking change in 2.5.3 or something else.
ehsandeep (Migrated from github.com) approved these changes 2021-12-13 03:18:49 -05:00
ehsandeep commented 2021-12-13 03:19:53 -05:00 (Migrated from github.com)

@aminvakil let me know if you still experience the issues with 2.5.4

@aminvakil let me know if you still experience the issues with 2.5.4
aminvakil commented 2021-12-13 03:27:02 -05:00 (Migrated from github.com)

@aminvakil let me know if you still experience the issues with 2.5.4

It failed again. I'm using it like this, so I'm sure it picked the latest commit too:

      - name: Nuclei Scan
        uses: projectdiscovery/nuclei-action@main
        with:
          urls: output/active_urls.txt
          output: output/nuclei_output.txt
> @aminvakil let me know if you still experience the issues with 2.5.4 It failed again. I'm using it like this, so I'm sure it picked the latest commit too: ``` - name: Nuclei Scan uses: projectdiscovery/nuclei-action@main with: urls: output/active_urls.txt output: output/nuclei_output.txt ```
ehsandeep commented 2021-12-13 03:56:19 -05:00 (Migrated from github.com)

@aminvakil looking into this.

@aminvakil looking into this.
aminvakil commented 2021-12-13 07:32:34 -05:00 (Migrated from github.com)

Issue has been fixed after projectdiscovery/nuclei-action@dc152a4, I've also changed package installation using go get to go install in my workflow, thanks!

Issue has been fixed after https://github.com/projectdiscovery/nuclei-action/commit/dc152a4, I've also changed package installation using `go get` to `go install` in my workflow, thanks!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
projectdiscovery/nuclei-action!28
No description provided.