Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f2bf619d
Commit
f2bf619d
authored
Nov 04, 2021
by
Brian Williams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change `vulnerability_reports` examples to `vulnerability_report`
parent
792a6f57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/user/clusters/agent/repository.md
doc/user/clusters/agent/repository.md
+4
-4
No files found.
doc/user/clusters/agent/repository.md
View file @
f2bf619d
...
...
@@ -213,7 +213,7 @@ configuration block to your agent's `config.yaml` with no `filters`:
```
yaml
starboard
:
vulnerability_report
s
:
vulnerability_report
:
filters
:
[]
```
...
...
@@ -231,7 +231,7 @@ By adding filters, you can limit scans by:
```
yaml
starboard
:
vulnerability_report
s
:
vulnerability_report
:
filters
:
-
namespaces
:
-
staging
...
...
@@ -256,7 +256,7 @@ names are scanned. In this example, a resource isn't scanned unless it has a con
```
yaml
starboard
:
vulnerability_report
s
:
vulnerability_report
:
filters
:
-
kinds
:
-
Deployment
...
...
@@ -270,7 +270,7 @@ There is also a global `namespaces` field that applies to all filters:
```
yaml
starboard
:
vulnerability_report
s
:
vulnerability_report
:
namespaces
:
-
production
filters
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment