-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# Project Goals | ||
- CHANGELOG file for proper versioning | ||
- Basic input validation on endpoints | ||
- CI/CD pipeline including: | ||
- Snyk security scan | ||
- Lint checks | ||
- Unit tests for all controllers, including mock DB and integration-like tests with mock-knex tracker | ||
- Visual regression tests with Rainforest QA | ||
- Functional testing with Postman | ||
- Deploying to staging and production environments | ||
- Snyk static scan monitoring and alerts, including automated PRs for security-related dependency updates | ||
- Github Dependabot for dependency security alerts and updates | ||
- Security: | ||
- Basic input validation on endpoints | ||
- Rate limiting | ||
- Snyk static scan monitoring and alerts, including automated PRs for security-related dependency updates | ||
- Github Dependabot for dependency security alerts and updates | ||
- Github CodeQL for static analysis and security alerts | ||
- API documentation with Swagger |