Skip to content

Commit 6ccec2a

Browse files
committed
Remove url from log messages
1 parent 4e820a4 commit 6ccec2a

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

lib/analyze-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-lib.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-sarif-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ export function getAuthorizationHeaderFor(
9595
url.startsWith(`${apiDetails.url}/`) ||
9696
(apiDetails.apiURL && url.startsWith(`${apiDetails.apiURL}/`))
9797
) {
98-
logger.debug(`Providing an authorization token for '${url}'.`);
98+
logger.debug(`Providing an authorization token.`);
9999
return `token ${apiDetails.auth}`;
100100
}
101101

102-
logger.debug(`Requesting '${url}' without an authorization token.`);
102+
logger.debug(`Not using an authorization token.`);
103103
return undefined;
104104
}
105105

0 commit comments

Comments
 (0)