Skip to content

Commit

Permalink
Fix link to tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grego952 committed Feb 29, 2024
1 parent ddb2c60 commit 2b8c033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributor/testing-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following CI/CD jobs are a part of the development cycle and execute quality
- `documentation / markdown-link-check (pull_request)` - Checks if there are no broken links in the pull request `.md` files. For the configuration details, see [`mlc.config.json`](https://github.com/kyma-project/compass-manager/blob/main/mlc.config.json).
- `security-checks / govuln (pull_request)` and `Run vuln check / test (push)` - Runs [govulncheck](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) on the code to detect known vulnerabilities. For the configuration details, see [`run-vuln-check.yaml`](https://github.com/kyma-project/compass-manager/blob/main/.github/workflows/run-vuln-check.yaml).
- `security-checks / trivy (pull_request)` - Runs the [trivy](https://trivy.dev/) scanner on the code to detect known vulnerabilities. For the configuration details, see [`trivy.yml`](https://github.com/kyma-project/compass-manager/blob/main/.github/workflows/trivy.yml).
- `tests / unit-tests (pull_request)` - Executes basic create/update/delete functional tests of the reconciliation logic. For the configuration details, see [`tests.yml`](hhttps://github.com/kyma-project/compass-manager/blob/main/.github/workflows/tests.yml).
- `tests / unit-tests (pull_request)` - Executes basic create/update/delete functional tests of the reconciliation logic. For the configuration details, see [`tests.yml`](https://github.com/kyma-project/compass-manager/blob/main/.github/workflows/tests.yml).
- `utils / golangci-lint (pull_request)` - Is responsible for linting and static code analysis. For the configuration details, see [golangci.yaml](https://github.com/kyma-project/compass-manager/blob/main/.golangci.yaml) and [golangci-lint.yaml](https://github.com/kyma-project/compass-manager/blob/main/.github/workflows/golangci-lint.yaml).
- `pre-compass-manager-presubmit-scanner` - Triggered with a PR. It checks if the repository doesn't contain any vulnerabilities. For more information and the configuration, read [Kyma Security Scanner](https://github.tools.sap/kyma/security-scanners#readme).
- `post-main-compass-manager-build` - Triggered after the merge. Rebuilds the image and pushes it to the registry. For the configuration, check [build.yaml](https://github.com/kyma-project/test-infra/blob/main/prow/jobs/kyma-project/compass-manager/build.yaml).
Expand Down

0 comments on commit 2b8c033

Please sign in to comment.