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
in case given $KONDUKTO_TOKENexpired or invalid we can error out the status in order to check to fail reason in the CI pipeline. i.e:
2021/05/18 16:09:13 could not start scan: HTTP response not OK
how about:
2021/05/18 16:09:13 given token is invalid
2021/05/18 16:09:13 given token was expired
2021/05/18 16:09:13 not enough permission to scan image ...
etc.
Wdyt?
The text was updated successfully, but these errors were encountered:
in case given
$KONDUKTO_TOKEN
expired or invalid we can error out the status in order to check to fail reason in the CI pipeline. i.e:how about:
Wdyt?
The text was updated successfully, but these errors were encountered: