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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add Updatecli integration with Udash (#1344)
* Add updatecli login for authenticating on an API backend
Signed-off-by: Olblak <[email protected]>
* mitigate slowloris attack
handle error
Signed-off-by: Olblak <[email protected]>
* fix logrus error-wrapping directive
Signed-off-by: Olblak <[email protected]>
* Add checkspelling allow word
Signed-off-by: Olblak <[email protected]>
* Update url used to publish report
Signed-off-by: Olblak <[email protected]>
* refactor publish command
Signed-off-by: Olblak <[email protected]>
* Rename target result field OldInformation to information
Signed-off-by: Olblak <[email protected]>
* Remove missing line
Signed-off-by: Olblak <[email protected]>
* show url after publishing
Signed-off-by: Olblak <[email protected]>
* sanitize audience name by removing http scheme
Signed-off-by: Olblak <[email protected]>
* Refactor auth package
Signed-off-by: Olblak <[email protected]>
* Remove pointer in pipeline report
Signed-off-by: Olblak <[email protected]>
* refactor report
Signed-off-by: Olblak <[email protected]>
* Add ID for each result
Signed-off-by: Olblak <[email protected]>
* go mod tidy
Signed-off-by: Olblak <[email protected]>
* Add allow text to spellcheck
Signed-off-by: Olblak <[email protected]>
* fix cross site scripting error
Signed-off-by: Olblak <[email protected]>
* Only run updatecli in experimental mode
Signed-off-by: Olblak <[email protected]>
* Set scm ID
Add reportURL param
Signed-off-by: Olblak <[email protected]>
* Show report url in final report
Signed-off-by: Olblak <[email protected]>
* refactor auth package
Signed-off-by: Olblak <[email protected]>
* Improve report publishing UX
The purpose of this commit is to reduce the need to specify front and
back url by storing those two informations in the configuration file
Then a report API can either be specified using a environment variable
or relying on the default config
Signed-off-by: Olblak <[email protected]>
* handle error
Signed-off-by: Olblak <[email protected]>
* Specify correct return
Signed-off-by: Olblak <[email protected]>
* fix spelling warning
Signed-off-by: Olblak <[email protected]>
* Update pkg/core/result/target.go
Co-authored-by: Damien Duportal <[email protected]>
* Revert "Remove pointer in pipeline report"
This reverts commit fc32d7f982eb741c22812b82db50992749021922.
* Show report url per pipeline
Signed-off-by: Olblak <[email protected]>
* Add dryRun information to target result
Signed-off-by: Olblak <[email protected]>
* Remove reports.Publish in favor of report.Publish
Signed-off-by: Olblak <[email protected]>
* rename OAUTH to Oauth
Signed-off-by: Olblak <[email protected]>
---------
Signed-off-by: Olblak <[email protected]>
Co-authored-by: Damien Duportal <[email protected]>