Skip to content

Commit

Permalink
docs: remove references to cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Mar 7, 2024
1 parent 305320b commit 6d1582a
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 163 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
[![Test][test-img]][test]
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![Discord](https://img.shields.io/discord/1042147477765242973?label=discord)][discord]

☁️ Ready to take the next step? [Learn more about Bearer Cloud](https://docs.bearer.com/guides/bearer-cloud/). ☁️
</div>

## Developer friendly static code analysis for security and privacy
Expand Down Expand Up @@ -53,8 +51,6 @@ Bearer CLI scans your source code for:
* Data Protection Impact Assessment (DPIA).
* Records of Processing Activities (RoPA) input for GDPR compliance reporting.

Bearer CLI also powers our SaaS solution, [Bearer Cloud](https://docs.bearer.com/guides/bearer-cloud/), allowing security teams to scale and monitor their application security program using the same engine.

## :rocket: Getting started

Discover your most critical security risks and vulnerabilities in only a few minutes. In this guide, you will install Bearer CLI, run a security scan on a local project, and view the results. Let's get started!
Expand Down
4 changes: 0 additions & 4 deletions docs/_data/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ module.exports = [
name: "Shell completions",
url: "/guides/shell-completion/",
},
{
name: "Using Bearer Cloud",
url: "/guides/bearer-cloud/",
},
],
},
{
Expand Down
8 changes: 0 additions & 8 deletions docs/_src/_includes/layouts/doc.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ layout: layouts/base.njk
{% include 'breadcrumbs.njk' %}
{% endif %}
{{ content | safe }}
<div class="md:hidden p-4 border-solid border-2 border-neutral-200 dark:border-neutral-500 rounded-md">
<p>Ready to take the next step? <a class="text-main dark:text-main-300 hover:underline plausible-event-name--DocsCloudSignup plausible-event-location--mobile" href="https://www.bearer.com/bearer-cloud">Learn more about Bearer Cloud.</a>
</p>
</div>
</article>
<aside class="self-start col-span-3 sm:col-span-2 md:col-span-1 md:top-heading-offset dark:text-neutral-200 md:flex md:flex-col md:sticky text-sm gap-4 justify-between md:mb-4 ">
<div class=" border-solid border-2 border-neutral-200 dark:border-neutral-500 rounded-md">
Expand All @@ -62,10 +58,6 @@ layout: layouts/base.njk
</ul>
</div>
</div>
<div class="hidden md:block p-4 border-solid border-2 border-neutral-200 dark:border-neutral-500 rounded-md">
<p>Ready to take the next step? <a class="text-main dark:text-main-300 hover:underline plausible-event-name--DocsCloudSignup plausible-event-location--sidebar" href="https://www.bearer.com/bearer-cloud">Learn more about Bearer Cloud.</a>
</p>
</div>
</aside>
</div>
</main>
3 changes: 0 additions & 3 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ layout: "layouts/doc"
permalink: "/"
---

{% callout "info" %}Discover <a href="/guides/bearer-cloud">Bearer Cloud</a>, our solution to manage product and application code security at scale.{% endcallout %}

# Bearer CLI

Welcome to the Bearer CLI documentation. Bearer CLI is a static application security testing (SAST) tool that scans your source code and analyzes your data flows to discover, filter and prioritize security and privacy risks.
Expand Down Expand Up @@ -52,7 +50,6 @@ Guides help you make the most of Bearer CLI so you can get up and running quickl
- [Create custom rule](/guides/custom-rule/)
- [Run a privacy report](/guides/privacy/)
- [Run a data flow report](/guides/dataflow/)
- [Using Bearer Cloud](/guides/bearer-cloud/)
- [Enable Completion Script](/guides/shell-completion)

## Explanations
Expand Down
121 changes: 0 additions & 121 deletions docs/guides/bearer-cloud.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/guides/configure-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ bearer ignore add 4b0883d52334dfd9a4acce2fcf810121_0 \
--false-positive
```

<br/>
{% callout "info" %} If you're looking for more options when it comes to managing findings, take a look at <a href="/guides/bearer-cloud">Bearer Cloud</a>. For ignored findings in particular, see <a href="/guides/bearer-cloud/#ignored-findings-in-bearer-cloud">Ignored findings in Bearer Cloud</a>. {% endcallout %}

## Skip or ignore specific rules

Sometimes you want to ignore one or more rules, either for the entire scan or for individual blocks of code. Rules are identified by their id, for example: `ruby_lang_exception`.
Expand Down Expand Up @@ -199,14 +196,6 @@ Run the commands together, replacing the scan location and the output path to ma
bearer scan . --format html --output path/to/security-scan.html
```

## Send report to Bearer Cloud

If you're looking to manage product and application code security at scale, [Bearer Cloud](https://www.bearer.com/bearer-cloud) offers a platform for teams that syncs with Bearer CLI's output.

Learn how to [send your report](/guides/bearer-cloud) to Bearer Cloud.

![Cloud dashboard](/assets/img/cloud-dashboard.jpg)

## Next steps

For more ways to make the most of our Bearer CLI, check out the [commands reference](/reference/commands/). Need additional help? [Open an issue]({{meta.links.issues}}) or join our [Discord community]({{meta.links.discord}}).
4 changes: 0 additions & 4 deletions docs/guides/integration-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ Here is our recommended strategy:
- Postpone handling them for now, but note that they will appear on future scans.
- Ignore them using the `bearer ignore` command, categorizing them as _allowed_ and providing a comment explaining why.

{% callout "info" %}
If you have many findings and need assistance from your team to triage and remediate them, consider using <a href="/guides/bearer-cloud">Bearer Cloud</a>, a UI interface that complements Bearer CLI for faster resolution.
{% endcallout %}

## Step 3: Minimize new issues from being introduced

To prevent the introduction of new issues in your codebase, it is crucial to identify and address them before developers merge their code into the main branch, as part of your CI.
Expand Down
2 changes: 0 additions & 2 deletions e2e/flags/.snapshots/TestSkipRulesFlag-report-dataflow
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ WARNING: 0

Need help or want to discuss the output? Join the Community https://discord.gg/eaHZBJUXRF

Retain state and manage your findings directly on Bearer Cloud. Learn more at https://docs.bearer.com/guides/bearer-cloud/


--
Analyzing codebase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ WARNING: 0

Need help or want to discuss the output? Join the Community https://discord.gg/eaHZBJUXRF

Retain state and manage your findings directly on Bearer Cloud. Learn more at https://docs.bearer.com/guides/bearer-cloud/

4 changes: 0 additions & 4 deletions internal/report/output/security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,6 @@ func BuildReportString(reportData *outputtypes.ReportData, config settings.Confi

reportStr.WriteString("\nNeed help or want to discuss the output? Join the Community https://discord.gg/eaHZBJUXRF\n")

if config.Client == nil {
reportStr.WriteString("\nRetain state and manage your findings directly on Bearer Cloud. Learn more at https://docs.bearer.com/guides/bearer-cloud/\n")
}

color.NoColor = initialColorSetting

return reportStr
Expand Down

0 comments on commit 6d1582a

Please sign in to comment.