Skip to content

Commit 4a4404e

Browse files
lint fixes
Signed-off-by: Craig <[email protected]>
1 parent 364e4c2 commit 4a4404e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

content/manuals/scout/integrations/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The following container registry integrations are available:
3131

3232
### Continuous Integration
3333

34-
Integrating Docker Scout with Continuous Integration (CI) systems is a great
35-
way to get instant, automatic feedback about your security posture in your inner
34+
Integrating Docker Scout with Continuous Integration (CI) systems is a great way
35+
to get instant, automatic feedback about your security posture in your inner
3636
loop. Analysis running in CI also gets the benefit of additional context that's
3737
useful for getting even more insights.
3838

content/manuals/scout/integrations/registry/artifactory.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ optionally configure Artifactory webhooks.
3131

3232
These `type=artifactory` options override the generic registry handling for the `--registry` option:
3333

34-
| Key | Required | Description |
35-
|------------------|:--------:|-------------|
36-
| `type` | Yes | Must be `artifactory`. |
37-
| `registry` | Yes | Docker/OCI registry hostname (e.g., `example.jfrog.io`). |
38-
| `api` | Yes | Artifactory REST API base URL (e.g., `https://example.jfrog.io/artifactory`). |
39-
| `repository` | Yes | Repository to watch (replaces `--repository`). |
40-
| `includes` | No | Globs to include (e.g., `*/frontend*`). |
41-
| `excludes` | No | Globs to exclude (e.g., `*/legacy/*`). |
42-
| `port` | No | Local port to listen on for webhook callbacks. |
43-
| `subdomain-mode` | No | `true` or `false`; matches Artifactory’s Docker layout (subdomain vs repo-path). |
34+
| Key | Required | Description |
35+
|------------------|:--------:|----------------------------------------------------------------------------------------|
36+
| `type` | Yes | Must be `artifactory`. |
37+
| `registry` | Yes | Docker/OCI registry hostname (e.g., `example.jfrog.io`). |
38+
| `api` | Yes | Artifactory REST API base URL (e.g., `https://example.jfrog.io/artifactory`). |
39+
| `repository` | Yes | Repository to watch (replaces `--repository`). |
40+
| `includes` | No | Globs to include (e.g., `*/frontend*`). |
41+
| `excludes` | No | Globs to exclude (e.g., `*/legacy/*`). |
42+
| `port` | No | Local port to listen on for webhook callbacks. |
43+
| `subdomain-mode` | No | `true` or `false`; matches Artifactory’s Docker layout (subdomain versus repository-path). |
4444

4545
## Integrate an Artifactory registry
4646

4747
Use the following steps to integrate your Artifactory registry with Docker
4848
Scout.
4949

50-
1. Pick the host on which to run `docker scout watch`.
50+
1. Pick the host on which to run `docker scout watch`.
5151

5252
The host must have local or network access to your private registry and be able
5353
to access the Scout API (`https://api.scout.docker.com`) over the internet. If

0 commit comments

Comments
 (0)