feat: add odgcli - #4
Conversation
|
hi @TomRomeo, we updated community guidelines to resolve confusion around |
hi @zkdev, |
|
@TomRomeo if you think the PR is ready, please promote it :) |
Hi, sorry for the late reply I was on vacation. Yes I think the PR is ready so I will convert it. :) |
|
@TomRomeo can you please resolve the conflict and fix the DCO issue, so that we can merge the PR? |
Signed-off-by: TomRomeo <tom.doil@sap.com>
Signed-off-by: TomRomeo <tom.doil@sap.com>
Signed-off-by: TomRomeo <tom.doil@sap.com>
Signed-off-by: TomRomeo <tom.doil@sap.com>
Hi, I have fixed the merge conflict and also adapted the commits so that they all have a |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@v4 |
There was a problem hiding this comment.
please check to pin to latest major versions if possible
| } | ||
|
|
||
| // ResolveUsername resolves a GitHub username to the user's real name using the GitHub API | ||
| func (c *Client) ResolveUsername(ctx context.Context, username string) (string, error) { |
There was a problem hiding this comment.
how about using ODG's built-in responsible API? -> https://delivery-service.demo.ci.gardener.cloud/api/v1/doc/#/Components/get_ocm_component_responsibles
What this PR does / why we need it
This pull request adds a go cli / tui application to browse CVEs reported by the Delivery Service in the Terminal.
Which issue(s) this PR fixes