-
Notifications
You must be signed in to change notification settings - Fork 1
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
added endpoint for download of ALL appointments via ICS-file #912
added endpoint for download of ALL appointments via ICS-file #912
Conversation
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
9761588 | Triggered | Generic Password | b7e095d | docker-compose.yml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
file was pushed by mistake
file was pushed by mistake
file was pushed by mistake
file was pushed by mistake
file was pushed by mistake
Please retry analysis of this Pull-Request directly on SonarCloud |
Quality Gate passedIssues Measures |
Orso.Arpa.Application/AppointmentApplication/Interfaces/IAppointmentService.cs
Show resolved
Hide resolved
Orso.Arpa.Application/AppointmentApplication/Services/AppointmentService.cs
Show resolved
Hide resolved
Orso.Arpa.Application/AppointmentApplication/Services/AppointmentService.cs
Outdated
Show resolved
Hide resolved
Tests/Orso.Arpa.Api.Tests/IntegrationTests/AppointmentsControllerTests.cs
Outdated
Show resolved
Hide resolved
Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj
Outdated
Show resolved
Hide resolved
…age, remove comments, revise RegisterUser.cs
Orso.Arpa.Domain/AppointmentDomain/Commands/ExportAppointmentsToIcs.cs
Outdated
Show resolved
Hide resolved
Orso.Arpa.Domain/AppointmentDomain/Commands/ExportAppointmentsToIcs.cs
Outdated
Show resolved
Hide resolved
Orso.Arpa.Domain/AppointmentDomain/Commands/ExportAppointmentsToIcs.cs
Outdated
Show resolved
Hide resolved
Tests/Orso.Arpa.Api.Tests/IntegrationTests/AppointmentsControllerTests.cs
Show resolved
Hide resolved
…t-to-export-appointments' into feature/ARPA-1002-create-endpoint-to-export-appointments
Quality Gate passedIssues Measures |
closing this PR due to formatting issues. see new branch with same number arpa-1002. |
No description provided.