Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

chore: rename repo to reflect organisation change #693

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Conversation

Fdawgs
Copy link
Owner

@Fdawgs Fdawgs commented Apr 20, 2023

No description provided.

@Fdawgs Fdawgs self-assigned this Apr 20, 2023
"test:db:postgres:down": "docker stop ydh-community-contacts-api-postgres",
"test:db:postgres:nuke": "docker stop ydh-community-contacts-api-postgres && docker rm -v ydh-community-contacts-api-postgres",
"test:db:postgres:up": "docker start ydh-community-contacts-api-postgres"
"test:db:mssql:build": "docker run -p 1433:1433 --name yh-community-contacts-api-mssql -e ACCEPT_EULA=Y -e SA_PASSWORD=Password! -e MSSQL_PID=Express -d mcr.microsoft.com/mssql/server:2019-latest",

Check failure

Code scanning / CodeQL

Password in configuration file

Hard-coded password 'Password!' in configuration file.
"test:db:mssql:down": "docker stop yh-community-contacts-api-mssql",
"test:db:mssql:nuke": "docker stop yh-community-contacts-api-mssql && docker rm -v yh-community-contacts-api-mssql",
"test:db:mssql:up": "docker start yh-community-contacts-api-mssql",
"test:db:postgres:build": "docker run -p 5432:5432 --name yh-community-contacts-api-postgres -e POSTGRES_DB=community_contacts_api -e POSTGRES_PASSWORD=password -d postgres:14-alpine",

Check failure

Code scanning / CodeQL

Password in configuration file

Hard-coded password 'password' in configuration file.
@Fdawgs Fdawgs merged commit 8725908 into main Apr 20, 2023
@Fdawgs Fdawgs deleted the chore/name branch April 20, 2023 07:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant