Add support for OAuth2 in HTTP target #1259
Annotations
10 errors and 4 warnings
Run linter:
pkg/target/http.go#L48
struct field OAuth2ClientId should be OAuth2ClientID
|
Run linter:
pkg/target/http.go#L51
struct field OAuth2TokenUrl should be OAuth2TokenURL
|
Run linter:
pkg/target/http.go#L105
func parameter oAuth2ClientId should be oAuth2ClientID
|
Run linter:
pkg/target/http.go#L105
func parameter oAuth2TokenUrl should be oAuth2TokenURL
|
Run linter:
pkg/target/http.go#L140
func createHttpClient should be createHTTPClient
|
Run linter:
pkg/target/http.go#L140
func parameter oAuth2ClientId should be oAuth2ClientID
|
Run linter:
pkg/target/http.go#L140
func parameter oAuth2TokenUrl should be oAuth2TokenURL
|
Run linter:
pkg/target/http.go#L152
if block ends with a return statement, so drop this else and outdent its block
|
Run linter:
pkg/target/oauth2_test.go#L26
const validClientId should be validClientID
|
Run linter:
pkg/target/oauth2_test.go#L38
var clientId should be clientID
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, softprops/turnstyle@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: softprops/turnstyle@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Extract project version from file
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Block Concurrent Executions of Integration Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading