Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-commit demo #148

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Pre-commit demo #148

wants to merge 13 commits into from

Conversation

tstirrat15
Copy link
Contributor

Description

Node counterpart to authzed/authzed-py#187. The idea is to both modernize how we're doing linting and provide a standard interface.

Changes

Will annotate.

Testing

Review. See that things go green.

@tstirrat15 tstirrat15 requested a review from a team as a code owner August 21, 2024 14:59
src/full-promises.test.ts Dismissed Show dismissed Hide dismissed
generateTestToken('v1-promise-namespace'),
'localhost:50051',
ClientSecurity.INSECURE_LOCALHOST_ALLOWED
generateTestToken("v1-promise-namespace"),

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "v1-promise-namespace" is used as
authorization header
.
generateTestToken('v1-promise-namespace'),
'localhost:50051',
ClientSecurity.INSECURE_LOCALHOST_ALLOWED
generateTestToken("v1-promise-namespace"),

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "v1-promise-namespace" is used as
authorization header
.
generateTestToken('v1-promise-caveats'),
'localhost:50051',
ClientSecurity.INSECURE_LOCALHOST_ALLOWED
generateTestToken("v1-promise-caveats"),

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "v1-promise-caveats" is used as
authorization header
.
fullyConsistent: true,
},
}),
});

beforeEach(async () => {
token = generateTestToken('v1-promise-lookup');
token = generateTestToken("v1-promise-lookup");

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "v1-promise-lookup" is used as
authorization header
.
let token: string;

beforeEach(async () => {
token = generateTestToken('v1-experimental-service');
token = generateTestToken("v1-experimental-service");

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "v1-experimental-service" is used as
authorization header
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant