From 76f928d1bba032cee1c44621bb5ad33a317864a2 Mon Sep 17 00:00:00 2001 From: italvi <58322186+italvi@users.noreply.github.com> Date: Thu, 16 May 2024 09:19:26 +0200 Subject: [PATCH] docs: add links to Jenkins and GitLab integrations used Signed-off-by: italvi <58322186+italvi@users.noreply.github.com> --- .../public/descriptions/CycloneDX-Editor-Validator-Tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SBOM-Catalog/public/descriptions/CycloneDX-Editor-Validator-Tool.md b/SBOM-Catalog/public/descriptions/CycloneDX-Editor-Validator-Tool.md index 079188c..ad2d585 100644 --- a/SBOM-Catalog/public/descriptions/CycloneDX-Editor-Validator-Tool.md +++ b/SBOM-Catalog/public/descriptions/CycloneDX-Editor-Validator-Tool.md @@ -7,4 +7,4 @@ The documentation is provided as [GitHub pages](https://festo-se.github.io/cyclo - Validate: Validates an SBOM against a given specification. The tool is deployed with the default CycloneDX schema and a custom schema, but a path to schema can also be provided. - Set: Using the command-line or a json, you can set properties on specified components in an SBOM, e.g. when information in an automtically created SBOM is missing or not correct. - Build-public: Remove components and information with namespace internal and resolves the dependencies. -- CI-/CD-Integration: As this is a command-line tool, it can be integrated into your pipelines and the validation even provide a report, which can be used by the `warnings-ng-plugin` from Jenkins or a `code-quality-report` as required by GitLab. +- CI-/CD-Integration: As this is a command-line tool, it can be integrated into your pipelines and the validation even provide a report, which can be used by the [`warnings-ng-plugin`](https://github.com/jenkinsci/warnings-ng-plugin) from Jenkins or a [`code-quality-report`](https://docs.gitlab.com/ee/ci/testing/code_quality.html#implement-a-custom-tool) as required by GitLab.