360 hours job limit issue while scanning wide scope targets #50
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?
Hi,
This is a question I guess. In github actions each job is restricted to run 360 min only ( 6 hours ) and a workflow has a limit of 30 days.
In nuclei let's assume you have a list that contains many assets and several nuclei templates and thats will take more than 6 hours to scan. This will result in terminating nuclei scan when it reaches 6 hours.
Is there any workaround for this? in short terms, I want to scan a big list that usually requires more than 6 hours to complete.