-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add asr endpoints, dockerfiles and helm chart #14
Conversation
ab55b55
to
79221ca
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
79221ca
to
63d0831
Compare
src/registry/SsiAuthoritySchemaRegistry.Service/BusinessLogic/SchemaBusinessLogic.cs
Fixed
Show fixed
Hide fixed
63d0831
to
e62f3e3
Compare
e62f3e3
to
c6fd82f
Compare
788f458
to
19086f2
Compare
src/registry/SsiAuthoritySchemaRegistry.Service/BusinessLogic/SchemaBusinessLogic.cs
Fixed
Show fixed
Hide fixed
19086f2
to
a2bd9e4
Compare
3662c67
to
e1f70e2
Compare
e1f70e2
to
dc1f68c
Compare
dc1f68c
to
46c7180
Compare
8da8a83
to
b5e91ba
Compare
b5e91ba
to
f2afe32
Compare
@Phil91 could you please also enable sonarcloud, see ssi issuer issue https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4403 |
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.
as discussed, please still update PR title and description
"AllowedOrigins": [] | ||
}, | ||
"ConnectionStrings": { | ||
"RegistryDb": "Server=placeholder;Database=placeholder;Port=5432;User Id=placeholder;Password=;Ssl Mode=Disable;" |
Check failure
Code scanning / SonarCloud
A secure password should be used when connecting to a database
|
Description
Why
To enable implementation for SSI Authority & Schema Registry.
Issue
#7 #11 #13
Issue for Sonarcloud enabling: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4732
Checklist