Nuclei CI/CD Showing Error in Action > Build > After Running Nuclei #63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This code is not working,
Showing this error:
This a plus one from me too.
similar workflow to the @Th3BlackHol3 - the initial error seems to happen in the application
I presume the action is using latest version of nuclei - but there is no input exposed to pin the version of nuclei to use - thus I cannot debug it by trying older versions
@Th3BlackHol3 can you please mention relative paths of
urls.txtandNuclei-Target-Workflow-Engineworkflow files?Hello @RamanaReddy0M,
Thanks for responding!
I have 2 copies of urls.txt Path1: "Home of Repository", Path2: "/.github/workflow/",
and Nuclei-Target-Workflow-Engine path is " /.github/workflow /Nuclei-Target-Workflow-Engine.yml"
Best Regards
@Th3BlackHol3
Okay, let's consider path2, we have
urls.txtunder workflows =>.github/workflows/urls.txtNow replace the line in the workflow
urls: urls.txtwithurls: .github/workflows/urls.txtcomplete workflow file
@Th3BlackHol3 please try with above changes and let me know if it doesn't work.
Hello @RamanaReddy0M
Thanks for the solution, But Here is still the issue that exists.
@Th3BlackHol3
.github/workflows/subfinderout.txt: no such file or directoryhere I believe.github/workflows/subfinderout.txtis a replacer of.github/workflows/urls.txt. if so please make sure you have committed this file.github/workflows/subfinderout.txt.I have tried the same workflow and it's working fine. Sharing reference here: https://github.com/RamanaReddy0M/nuclei-action/actions/runs/5764997810/workflow
If it is a public repo that you are trying on, sharing the build failure link would help to investigate further.
I have changed urls.txt to subfinderout.txt.
I too have experienced this issue in the last few days with several scans. I have stored my input in
.github/input/urls.txt(25k hosts). I am using the below Nuclei flags in my config:Are there any workarounds/fixes in the works?
Happy to provide further config/info if needed.
@hakrishi @Th3BlackHol3, we've have been unable to replicate it. We've followed the workflow provided by @Th3BlackHol3 at https://github.com/projectdiscovery/nuclei-action/issues/63#issue-1832222356, and it's performing flawlessly as shown in this successful run.
If possible, could you please attempt this workflow on a sample public repository? Kindly share any failed workflow here, and I'll delve into it further to pinpoint the root cause.
@RamanaReddy0M thanks for your reply! I wouldn't feel comfortable making the repo public as it contains sensitive information, primarily being the list of hosts that are being scanned. Was there any specific logs you were looking for? Very happy to share it here
Good morning, I am receiving the following errors which leads to a scan terminating:
I am using the same config as above.
@hakrishi this is an issue with nuclei core - https://github.com/projectdiscovery/nuclei/issues/4025 and fixed in https://github.com/projectdiscovery/nuclei/pull/4068 and will be part of next nuclei release.
closing as original issue in nuclei project is now resolved.