Skip to content

Commit

Permalink
Fix link in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
grego952 committed Jul 30, 2024
1 parent b86be3e commit ffbad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributor/04-10-ci-cd.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
* `Run app-gateway integration tests on k3d / test (pull_request/push)` - Runs the Application Gateway in a k3d cluster and executes the integration tests. For the configuration details, see [`kyma-integration-k3d-app-gateway.yml`](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/kyma-integration-k3d-app-gateway.yml).
* `security-checks / govuln (pull_request/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/application-connector-manager/blob/main/.github/workflows/run-vuln-check.yaml).
* `tests / integration-tests (pull_request/push)` - Installs Application Connector Manager, not using Lifecycle Manager, and applies the sample Application Connector CR in a k3d cluster. Executes smoke integration test of Application Connector. For the configuration details, see [`run-validation.yaml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/run-validation.yaml).
* `tests / unit-tests (pull_request/push)` - Executes basic create/update/delete functional tests of the reconciliation logic. For the configuration details, see [run-tests.yaml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/run-tests.yaml).
* `tests / unit-tests (pull_request/push)` - Executes basic create/update/delete functional tests of the reconciliation logic. For the configuration details, see [run-tests.yaml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/acm.yaml#L50).
* `trivy-scan / Build (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/application-connector-manager/blob/main/.github/workflows/trivy.yml).
* `utils / golangci-lint (pull_request/push)` - Is responsible for linting and static code analysis. For the configuration details, see [golangci-lint.yaml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/golangci-lint.yaml).
* `run-cra-k3d / run-cra-k3d / test-cra (pull_request_target/push)` - Triggered after the merge. It runs the Compass Runtime Agent on a k3d cluster and executes the integration tests. For the configuration details, see [reusable-k3d-agent-test.yml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/reusable-k3d-agent-test.yml).

0 comments on commit ffbad4e

Please sign in to comment.