Dans le fichier .github/workflows/pr-checks.yml:
151 POSTGRES_PASSWORD: postgres
"PASSWORD" detected here, make sure this is not a hard-coded credential.
"Password" detected here, make sure this is not a hard-coded credential.
190 dotnet ef database update
191 --project src/IrcChat.Api/IrcChat.Api.csproj
192 --configuration Release
193 --no-build
194 --connection "Host=localhost;Database=ircchat_test;Username=postgres;Password=postgres"
Dans le fichier .github/workflows/pr-checks.yml:
151 POSTGRES_PASSWORD: postgres
"PASSWORD" detected here, make sure this is not a hard-coded credential.
"Password" detected here, make sure this is not a hard-coded credential.
190 dotnet ef database update
191 --project src/IrcChat.Api/IrcChat.Api.csproj
192 --configuration Release
193 --no-build
194 --connection "Host=localhost;Database=ircchat_test;Username=postgres;Password=postgres"