Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
added push protection doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shivasurya committed Mar 27, 2024
1 parent 4dfdc8b commit 8def912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions content/departments/security/tooling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ of vulnerability.
- We use [Trivy](./trivy/index.md) to scan containers for issues with dependencies.
- We use [Semgrep OSS](./semgrep.md) to scan our code in `sourcegraph/sourcegraph` and `sourcegraph/cody` for vulnerabilities & bad patterns

Additionally, we have enabled [push protection](./push-protection.md) for all public repositories for secret scanning.

## Entitle

We use Entitle as our permission management system.
Expand Down
2 changes: 1 addition & 1 deletion content/departments/security/tooling/push-protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document helps to unblock sourcegraph engineers when the push protection bl

### How to unblock the push protection (self-serve) ?

Here is [quick demo](https://www.loom.com/share/bf12643decd94e318cb16914348dfd6b?sid=ee879aee-0577-4852-8f2c-61fabd5316fb) on how to unblock the push protection quickly. Additionally, here is the step by step guide
Here is the [quick demo](https://www.loom.com/share/bf12643decd94e318cb16914348dfd6b?sid=ee879aee-0577-4852-8f2c-61fabd5316fb) on how to unblock the push protection. Additionally, here is the step by step guide

#### While using Git CLI:

Expand Down

0 comments on commit 8def912

Please sign in to comment.