Setting up GitHub issue automation for security detections

Hell Team,

I’m trying to setup automation, that will look into my private repo and try to do some sec detections on my code (based on instruction it should look for some sec issues in developed code)

When it finds something, it should open an issue in github.

The problem is, that it cannot access my github account from work tree automation. If I run similar prompt localy, it asks to run gh cli. But from cloud … it doeasnt have access to my local authenticated gh cli (obviously .. :slight_smile: )
I was trying to ask in prompt to use github plugin, but it seems, that it cannot open issue? Or am I doing sth wrong?

How should i approach that challenge?

All ideas appriciated!!!