Autoscan from GH Org - Manual Trigger or Schedule?

Hello,

We’re trying to determine the frequency or the trigger for a scan on a repos main branch when using autoscan from GitHub org repo. We modified some project exclusions and are wanting for those to be identified but can’t find either a way to trigger a new scan on default branch or a schedule for this to happen.

Side question to that, will the main repo branch be scanned after a PR is merged into it? We’ve merged a few but still don’t see any updates on the findings (we’re expending them to be removed since the directories are excluded).

Thanks!

  • Github
  • GHA
  • Python

Hi @danielxoi,

Thanks for your post and welcome to the community!

(…) but can’t find either a way to trigger a new scan on default branch or a schedule for this to happen.

Autoscan analyses are performed upon commits, not upon schedule.

Will the main repo branch be scanned after a PR is merged into it?

Yes it should. Analyses are done after each new push on the default branch and after any pull request activity.

Please read the automatic analysis documentation page here.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.