360 hours job limit issue while scanning wide scope targets #52
Unanswered
osamahamad
asked this question in
Q&A
Replies: 1 comment
-
@osamahamad you can use a self-hosted github runner - https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions