Conversation
|
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. |
| depends_on: | ||
| - mongo | ||
| environment: | ||
| - SPRING_DATA_MONGODB_URI=mongodb://mongoAdmin:mongoPassword@mongo:27017 |
Check failure
Code scanning / SonarCloud
MongoDB database passwords should not be disclosed
| depends_on: | ||
| - mongo | ||
| environment: | ||
| - SPRING_DATA_MONGODB_URI=mongodb://mongoAdmin:mongoPassword@mongo:27017 |
Check failure
Code scanning / SonarCloud
MongoDB database passwords should not be disclosed
| depends_on: | ||
| - mongo | ||
| environment: | ||
| - SPRING_DATA_MONGODB_URI=mongodb://mongoAdmin:mongoPassword@mongo:27017 |
Check failure
Code scanning / SonarCloud
MongoDB database passwords should not be disclosed
| depends_on: | ||
| - mongo | ||
| environment: | ||
| - SPRING_DATA_MONGODB_URI=mongodb://mongoAdmin:mongoPassword@mongo:27017 |
Check failure
Code scanning / SonarCloud
MongoDB database passwords should not be disclosed
| schedule: | ||
| - cron: '30 19 * * 0' | ||
|
|
||
| permissions: read-all |
Check notice
Code scanning / SonarCloud
Read-all and Write-all permissions should not be used
| branches: [ "main" ] | ||
|
|
||
| # Declare default permissions as read only. | ||
| permissions: read-all |
Check notice
Code scanning / SonarCloud
Read-all and Write-all permissions should not be used
|



No description provided.