Skip to content

Conversation

@ishwarthecodddr
Copy link

@ishwarthecodddr ishwarthecodddr commented Mar 17, 2025

Fixes #3399

Changes:
Added health-check file
Added sensitive-files-check.yml

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

@welcome
Copy link

welcome bot commented Mar 17, 2025

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

@ishwarthecodddr ishwarthecodddr changed the title Ci checks Added sensitive-files-check Mar 18, 2025
SENSITIVE_PATHS=(
".env"
".env.example"
"server/config/keys.js"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

server/config/keys.js, server/config/credentials.json, infrastructure/secrets do not exist in this repository!

@raclim
Copy link
Collaborator

raclim commented Mar 25, 2025

I'm closing this PR due to the reasons I outlined in the attached issue in this comment!

@raclim raclim closed this Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Sensitive Files Check and Health Check Script in CI

2 participants