-
Notifications
You must be signed in to change notification settings - Fork 70
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
18258 auth gcp #2973
18258 auth gcp #2973
Conversation
@@ -59,7 +62,7 @@ | |||
if entity_info: | |||
entity = Entity(**camelback2snake(entity_info)) | |||
entity.pass_code = passcode_hash(entity.pass_code) | |||
current_app.logger.debug(f'Creating entity from dictionary {entity_info}') | |||
current_app.logger.debug(f"Creating entity from dictionary {entity_info}") |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
@@ -12,22 +12,26 @@ LABEL org.label-schema.vcs-ref=${VCS_REF} \ | |||
|
|||
USER root | |||
|
|||
LABEL maintainer="BCROS" | |||
LABEL maintainer="travissemple" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
patrickwei
haha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep your name. lol~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM skipped over test files as recommended
|
Issue #:
bcgov/entity#18258
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).