Skip to content
Snippets Groups Projects
Commit c3f8aeb0 authored by Clayton Cornell's avatar Clayton Cornell
Browse files

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

Move `cadence` under the `starboard` field.

See merge request !88430
parents dd91f523 22f3dd86
No related branches found
No related tags found
1 merge request!88430Move `cadence` under the `starboard` field
Pipeline #548014431 passed
This commit is part of merge request !88633. Comments created here will be created in the context of that merge request.
...@@ -39,8 +39,7 @@ containing a CRON expression for when the scans will be run. ...@@ -39,8 +39,7 @@ containing a CRON expression for when the scans will be run.
```yaml ```yaml
starboard: starboard:
vulnerability_report: cadence: '0 0 * * *' # Daily at 00:00 (Kubernetes cluster time)
cadence: '0 0 * * *' # Daily at 00:00 (Kubernetes cluster time)
``` ```
The `cadence` field is required. GitLab supports the following types of CRON syntax for the cadence field: The `cadence` field is required. GitLab supports the following types of CRON syntax for the cadence field:
...@@ -58,8 +57,8 @@ namespaces, you can use this configuration: ...@@ -58,8 +57,8 @@ namespaces, you can use this configuration:
```yaml ```yaml
starboard: starboard:
cadence: '0 0 * * *'
vulnerability_report: vulnerability_report:
cadence: '0 0 * * *'
namespaces: namespaces:
- development - development
- staging - staging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment