-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1632 from bcgov/develop
Deployment PR - 1146
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 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
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Pipelines | ||
|
||
* OWASP ZAP - Split among two files one for frontend the other for backend. Manually triggered and runs OWASP Zap | ||
against the production environments. Creating github issues for any issues. | ||
* Code Coverage - Runs npm rum test:cov against all projects and aggregates the code coverage data. This is the data | ||
codeclimate uses for its coverage. | ||
* Generate Schemaspy Docs - This runs migrations then runs schemaspy against the environment. Triggered on Main merged | ||
and keeps the Schemaspy docs up to date. | ||
* E2E Testing w/ Playwright - E2E automation tests. Runs once daily and has an attached report of any failures. |