Skip to content

Commit 29c607e

Browse files
committed
add: foo
1 parent 153530f commit 29c607e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/content/artifact-management/block-until-scanned.mdx renamed to src/content/artifact-management/block-until-scan.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Note, BlockImage } from '@/components'
22

3-
# Block Until Scanned
3+
# Block Until Scan
44

55
**Block Until Scan** is a security feature designed to enhance the integrity and security of software packages served by Cloudsmith, guaranteeing that all relevant security and compliance policy checks (licenses, vulnerabilities, package deny policies) are fully completed *before* a package is made available for download.
66

@@ -37,7 +37,7 @@ To verify the functionality of Block Until Scan, follow these steps:
3737
📘 Note that incoming packages from sources different to an upstream are also subjected to Block Until Scan. Downloads won't be allowed until all security checks have been completed.
3838
</Note>
3939

40-
#### 2. Vulnerability policy creation
40+
#### 2. Create a Vulnerability policy
4141

4242
Browse to your Workspace Settings and [create a new vulnerability policy](/policy-management/vulnerability-policy). Define your policy with:
4343
- A name.
@@ -51,9 +51,9 @@ Then, click in **+ Create Policy**.
5151

5252
Execute a command to pull a new package. For example, `requests==0.2.2`. This package contains a known vulnerability with a high severity CVE: `2018-18074`. If this package already exists in your repo, find a different one that hasn't been synced and cached before:
5353

54-
```bash
55-
pip download requests==1.2.0 --index-url https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
56-
```
54+
```bash
55+
pip download requests==1.2.0 --index-url https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
56+
```
5757

5858
<Note>
5959
📘 **Performance Impact**
@@ -65,7 +65,7 @@ When a package is not yet cached within Cloudsmith, every package and its depend
6565
* **Policy Evaluation**: The package is evaluated against all active policies.
6666
</Note>
6767

68-
#### 4. Observe Behavior
68+
#### 4. Observe Behavior
6969

7070
When Block Until Scan is enabled, the initial download request for an uncached package will be temporarily blocked until the policy evaluation has completed:
7171
- **Successful Scan**: If the package passes all policy checks, the download will proceed, and the package will be served normally.

src/content/menu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@
269269
"path": "/artifact-management/retention-lifecycle"
270270
},
271271
{
272-
"title": "Block Until Scanned",
273-
"path": "/artifact-management/block-until-scanned"
272+
"title": "Block Until Scan",
273+
"path": "/artifact-management/block-until-scan"
274274
},
275275
{
276276
"title": "Package Groups",

0 commit comments

Comments
 (0)