Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nuclei 2.5.4 #28

Merged
merged 1 commit into from
Dec 13, 2021
Merged

Use nuclei 2.5.4 #28

merged 1 commit into from
Dec 13, 2021

Conversation

aminvakil
Copy link
Contributor

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 ehsandeep merged commit 9d2e293 into projectdiscovery:main Dec 13, 2021
@aminvakil aminvakil deleted the v2.5.4 branch December 13, 2021 08:19
@ehsandeep
Copy link
Member

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

@aminvakil
Copy link
Contributor Author

@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
Copy link
Member

@aminvakil looking into this.

@aminvakil
Copy link
Contributor Author

aminvakil commented Dec 13, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants