From d5aad41447f5b450abe633bdb1c179b32db716eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Thu, 16 Mar 2023 22:43:56 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 417182c..3b0cb75 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,26 @@ gh mrva download [--controller ] --lang --output-dir Date: Fri, 17 Mar 2023 09:47:42 +0100 Subject: [PATCH 2/3] Update main.go --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 95d0f44..83d920e 100644 --- a/main.go +++ b/main.go @@ -301,7 +301,6 @@ defaultSuite: // Requests a query to be run against `respositories` on the given `controller`. func submitRun(repoChunk []string, bundle string) (int, error) { - // See https://github.com/github/github/blob/master/app/api/description/operations/code-scanning/create-variant-analysis.yaml opts := api.ClientOptions{ Headers: map[string]string{"Accept": "application/vnd.github.v3+json"}, } @@ -335,7 +334,6 @@ func submitRun(repoChunk []string, bundle string) (int, error) { } func getRunDetails(runId int) (map[string]interface{}, error) { - // See https://github.com/github/github/blob/master/app/api/description/operations/code-scanning/get-variant-analysis.yaml opts := api.ClientOptions{ Headers: map[string]string{"Accept": "application/vnd.github.v3+json"}, } @@ -352,7 +350,6 @@ func getRunDetails(runId int) (map[string]interface{}, error) { } func getRunRepositoryDetails(runId int, nwo string) (map[string]interface{}, error) { - // See https://github.com/github/github/blob/master/app/api/description/operations/code-scanning/get-variant-analysis-repo-task.yaml opts := api.ClientOptions{ Headers: map[string]string{"Accept": "application/vnd.github.v3+json"}, } From ec3f716cac766adc1bbd695cc706f2bd9822268e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Tue, 21 Mar 2023 10:18:53 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b0cb75..8db2463 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gh-mrva +> This is an unofficial tool and is not officially supported by GitHub. + ## Configuration A configuration file will be created in `~/.config/mrva/config.yml`. The following options are supported: