mirror of
https://github.com/inspec/inspec
synced 2025-02-18 06:58:40 +00:00
Add integration pipelines, and a schedule (it does nothing)
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
ae898b9eb3
commit
9163476dee
1 changed files with 17 additions and 0 deletions
|
@ -43,6 +43,23 @@ pipelines:
|
||||||
- www/deploy:
|
- www/deploy:
|
||||||
description: Deploy website to inspec.io
|
description: Deploy website to inspec.io
|
||||||
definition: .expeditor/wwwdeploy.yml
|
definition: .expeditor/wwwdeploy.yml
|
||||||
|
- integration/libraries:
|
||||||
|
description: Integration with plugins, gems, resource packs.
|
||||||
|
definition: .expeditor/integration.libraries.yml
|
||||||
|
- integration/profiles:
|
||||||
|
description: Integration with compliance-profiles, and dev-sec
|
||||||
|
definition: .expeditor/integration.profiles.yml
|
||||||
|
- integration/cookbooks:
|
||||||
|
description: Integration with the audit cookbook
|
||||||
|
definition: .expeditor/integration.cookbooks.yml
|
||||||
|
- integration/automate:
|
||||||
|
description: Integration with Chef Automate
|
||||||
|
definition: .expeditor/integration.automate.yml
|
||||||
|
|
||||||
|
schedules:
|
||||||
|
- name: integration_schedule
|
||||||
|
description: Periodic Integration Testing
|
||||||
|
cronline: "0 8 * * *"
|
||||||
|
|
||||||
slack:
|
slack:
|
||||||
notify_channel: inspec-notify
|
notify_channel: inspec-notify
|
||||||
|
|
Loading…
Add table
Reference in a new issue