Hello,
I want to scan some of the GitHub repo’s in Github enterprise organization & build. Due to security firewall blocker & restrictions i am using GitHub actions runner (not webhooks)…
I have explored GitHub Organizations jenkins job, I am able to scan all the repo’s I need, but I am not able to trigger a job from GitHub via runner or via Jenkins SCM polling.
How can I configure this scenario either by using Jenkins GitHub Organizations /or pipeline / freestyle job?
Thank you