You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement optional flag and loop to poll SonarQube and wait for scan to complete
* Add missing argument to NewSonarConfig
* Add 'IN_PROGRESS' status to sleep loop
* Add more thorough error message to attest sonar command
* Change --allow-wait flag to take number of seconds to wait as parameter
* Clean up leftover comment
* Add more details on new flag to attest sonar description
* Change --allow-wait flag to --max-retries
* Change --allow-wait flag in example commands for docs
* Fix typo
* Start implementing GraphQL for Github PRs
* Update variable names for PR structs to match API
* Update PR struct to work with both old and new versions of PR attestation
* Fix payload for non-github PR attestations and tidy up comments
* Fix payload issues for non-Github-attest commands
* Update report evidence command payloads
* Get git provider for reporting commit evidence properly
* add author_username to github pr attestation commits
---------
Co-authored-by: Faye <[email protected]>
golden: "Error: GET https://api.github.com/repos/kosli-dev/cli/commits/19aab7f063147614451c88969602a10afba123ab/pulls: 422 No commit found for SHA: 19aab7f063147614451c88969602a10afba123ab []\n",
50
+
golden: "Error: assert failed: found no pull request(s) in Github for commit: 19aab7f063147614451c88969602a10afba123ab\n",
Copy file name to clipboardExpand all lines: cmd/kosli/docs.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,6 @@ var liveCliMap = map[string]string{
340
340
"kosli list flows": "kosli list flows --output=json",
341
341
"kosli get flow": "kosli get flow dashboard-ci --output=json",
342
342
//"kosli list trails": "kosli list trails dashboard-ci --output=json", // Produces too much output
343
-
"kosli get trail": "kosli get trail dashboard-ci 1159a6f1193150681b8484545150334e89de6c1c --output=json",
344
-
"kosli get attestation": "kosli get attestation snyk-container-scan --flow=differ-ci --fingerprint=0cbbe3a6e73e733e8ca4b8813738d68e824badad0508ff20842832b5143b48c0 --output=json",
343
+
"kosli get trail": "kosli get trail dashboard-ci 1159a6f1193150681b8484545150334e89de6c1c --output=json",
344
+
"kosli get attestation": "kosli get attestation snyk-container-scan --flow=differ-ci --fingerprint=0cbbe3a6e73e733e8ca4b8813738d68e824badad0508ff20842832b5143b48c0 --output=json",
0 commit comments