Skip to content

Commit

Permalink
Removing MongoDB mentions from getting started.
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 committed Nov 4, 2024
1 parent 284d2e4 commit 7c0ea06
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 7c0ea06

Please sign in to comment.