Commit 951046bc authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'bwill/fix-starboard-docs' into 'master'

Change `vulnerability_reports` examples to `vulnerability_report`

See merge request gitlab-org/gitlab!73778
parents f2997a5f f2bf619d
...@@ -213,7 +213,7 @@ configuration block to your agent's `config.yaml` with no `filters`: ...@@ -213,7 +213,7 @@ configuration block to your agent's `config.yaml` with no `filters`:
```yaml ```yaml
starboard: starboard:
vulnerability_reports: vulnerability_report:
filters: [] filters: []
``` ```
...@@ -231,7 +231,7 @@ By adding filters, you can limit scans by: ...@@ -231,7 +231,7 @@ By adding filters, you can limit scans by:
```yaml ```yaml
starboard: starboard:
vulnerability_reports: vulnerability_report:
filters: filters:
- namespaces: - namespaces:
- staging - staging
...@@ -256,7 +256,7 @@ names are scanned. In this example, a resource isn't scanned unless it has a con ...@@ -256,7 +256,7 @@ names are scanned. In this example, a resource isn't scanned unless it has a con
```yaml ```yaml
starboard: starboard:
vulnerability_reports: vulnerability_report:
filters: filters:
- kinds: - kinds:
- Deployment - Deployment
...@@ -270,7 +270,7 @@ There is also a global `namespaces` field that applies to all filters: ...@@ -270,7 +270,7 @@ There is also a global `namespaces` field that applies to all filters:
```yaml ```yaml
starboard: starboard:
vulnerability_reports: vulnerability_report:
namespaces: namespaces:
- production - production
filters: filters:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment