From 7c0ea065aefb2d8f5da67e075874378f3110c51a Mon Sep 17 00:00:00 2001 From: andream16 Date: Mon, 4 Nov 2024 14:10:10 +0000 Subject: [PATCH] Removing MongoDB mentions from getting started. --- docs/getting-started.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 522b1d03f..d5e43297f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -35,8 +35,7 @@ pipeline which will: * Scan the repository with [gosec](https://github.com/securego/gosec) and [nancy](https://github.com/sonatype-nexus-community/nancy) * Enrich the findings with CODEOWNERS annotation -* Report the enriched results on [MongoDB](https://github.com/mongodb/mongo) - and [ElasticSearch](https://github.com/elastic/elasticsearch) +* Report the enriched results [ElasticSearch](https://github.com/elastic/elasticsearch) ### Set up Smithy and its dependencies @@ -48,10 +47,8 @@ This command will: TBD - if not KIND * deploy Smithy dependencies and Custom Resource Definitions (CRDs). Most of these dependencies are required by the example pipelines: - * MongoDB * Elasticsearch * Kibana - * MongoDB * Postgres All the dependencies are built using smithy's current [latest release](https://github.com/smithy-security/smithy/tags). @@ -107,7 +104,6 @@ kubectl get taskruns -w -n smithy NAME SUCCEEDED REASON STARTTIME COMPLETIONTIME smithy-golang-project-7hqmc-base True Succeeded 27m 26m smithy-golang-project-7hqmc-consumer-elasticsearch True Succeeded 23m 23m -smithy-golang-project-7hqmc-consumer-mongodb True Succeeded 23m 17m smithy-golang-project-7hqmc-enricher-aggregator True Succeeded 24m 23m smithy-golang-project-7hqmc-enricher-codeowners True Succeeded 24m 24m smithy-golang-project-7hqmc-git-clone True Succeeded 27m 25m @@ -124,7 +120,6 @@ NAME READY STATUS RES smithy-es-default-0 1/1 Running 0 24m smithy-golang-project-7hqmc-base-pod 0/1 Completed 0 22m smithy-golang-project-7hqmc-consumer-elasticsearch-pod 0/1 Running 0 19m -smithy-golang-project-7hqmc-consumer-mongodb-pod 0/1 Running 0 19m smithy-golang-project-7hqmc-enricher-aggregator-pod 0/2 Completed 0 19m smithy-golang-project-7hqmc-enricher-codeowners-pod 0/2 Completed 0 19m smithy-golang-project-7hqmc-git-clone-pod 0/2 Completed 0 22m @@ -135,7 +130,7 @@ smithy-kb-5df6fcb8c7-tsbg6 1/1 Running 0 smithy-postgresql-0 1/1 Running 0 25m ``` -You can then check the enriched results stored in MongoDB and Elasticsearch. +You can then check the enriched results stored in Elasticsearch. ### Debugging