Allow some commands to be run without authenticating against the API #280
Annotations
5 errors and 1 warning
cmd/root.go#L34
G101: Potential hardcoded credentials (gosec)
|
cmd/account.go#L42
S1002: should omit comparison to bool constant, can be simplified to `!cmd.Context().Value(ctxAuthKey{}).(bool)` (gosimple)
|
cmd/backups.go#L34
S1002: should omit comparison to bool constant, can be simplified to `!cmd.Context().Value(ctxAuthKey{}).(bool)` (gosimple)
|
cmd/bareMetal.go#L66
S1002: should omit comparison to bool constant, can be simplified to `!cmd.Context().Value(ctxAuthKey{}).(bool)` (gosimple)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading