Fine grain access to read only SBOM #60486
Answered
by
nirav-gajera
pritiprajapati314
asked this question in
Apps, API and Webhooks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hey experts, I need your help.
I am trying to find if there is way to get the list of dependencies (like package name and version), from a private repository in a github organization, currently I am exploring SBOM and manifest files. My requirement is to
Things I have explored : github action, webhooks, graphQL.
I know that github provides fine grain tokens and gives read only permission to content type access. I can fetch SBOM (but the only issue is that it also enables me to read the content of the repository). There is no other permission which has SBOM export access so this is my best option till now.
I would be really thankful if someone could tell me any other service github provide which would be relevant to the tenet. Or could provide a confirmation that no other way is possible.
Thank you in advance for your time.
Beta Was this translation helpful? Give feedback.
All reactions