mirror of
https://github.com/strongdm/comply
synced 2025-12-06 06:14:09 +00:00
Initial commit
This commit is contained in:
3
example/procedures/README.md
Normal file
3
example/procedures/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Procedures
|
||||
|
||||
Procedures prescribe specific steps that are taken in response to key events.
|
||||
5
example/procedures/offboarding.md
Normal file
5
example/procedures/offboarding.md
Normal file
@@ -0,0 +1,5 @@
|
||||
id: "offboard"
|
||||
name: "Offboard User"
|
||||
---
|
||||
|
||||
# Coming Soon
|
||||
5
example/procedures/onboarding.md
Normal file
5
example/procedures/onboarding.md
Normal file
@@ -0,0 +1,5 @@
|
||||
id: "onboard"
|
||||
name: "Onboard New User"
|
||||
---
|
||||
|
||||
# Coming Soon
|
||||
6
example/procedures/patch.md
Normal file
6
example/procedures/patch.md
Normal file
@@ -0,0 +1,6 @@
|
||||
id: "patch"
|
||||
name: "Apply OS patches"
|
||||
cron: "0 0 1 * * *"
|
||||
---
|
||||
|
||||
# Coming Soon
|
||||
6
example/procedures/workstation.md
Normal file
6
example/procedures/workstation.md
Normal file
@@ -0,0 +1,6 @@
|
||||
id: "workstation"
|
||||
name: "Collect Workstation Details"
|
||||
cron: "0 0 * * * *"
|
||||
---
|
||||
|
||||
# Coming Soon
|
||||
Reference in New Issue
Block a user