http://localhost:9000/api/project_badges/measure?project=appsec&metric=alert_status&token=sqb_e0b14ff98227478f48d85a4afc99de290cd8c348
Elastic+kibana https://www.elastic.co/pt/blog/getting-started-with-the-elastic-stack-and-docker-compose
#Criação da migration
dotnet ef migrations add init --startup-project ../AppSec/AppSec.csproj
#aplicando migration
dotnet ef database update --startup-project ../AppSec/AppSec.csproj