-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:strongdm/comply
- Loading branch information
Showing
4 changed files
with
62 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
id: "patch" | ||
name: "Apply OS patches" | ||
cron: "0 0 1 * * *" | ||
cron: "0 0 0 15 * *" | ||
--- | ||
|
||
# Coming Soon | ||
# OS Patch Procedure | ||
|
||
Resolve this ticket by executing the following steps: | ||
|
||
- [ ] Pull the latest scripts from the Ops repository | ||
- [ ] Execute `ENV=staging patch-all.sh` | ||
- [ ] Inspect output | ||
- [ ] Errors? Investigate and resolve | ||
- [ ] Execute `ENV=production patch-all.sh` | ||
- [ ] Attach log output to this ticket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,40 @@ | ||
id: "workstation" | ||
name: "Collect Workstation Details" | ||
cron: "0 0 * * * *" | ||
cron: "0 0 0 15 4 *" | ||
--- | ||
|
||
# Coming Soon | ||
Resolve this ticket by executing the following steps: | ||
|
||
- [ ] Send the communications below | ||
- [ ] For any email replies, attach content to this ticket | ||
- [ ] Validate responses are received from each | ||
|
||
|
||
``` | ||
To: Desktop support | ||
Subject: Annual workstation inventory | ||
Please attach the current workstation inventory to the following ticket: [REPLACE WITH URL TO THIS TICKET] | ||
The workstation inventory shall include the following fields: | ||
* Serial number | ||
* Custodian | ||
* Full disk encryption status | ||
* Malware protection status | ||
``` | ||
|
||
|
||
``` | ||
To: Outsourced Call Center IT | ||
Subject: Annual workstation inventory | ||
As part of our ongoing compliance efforts and per our services agreement, we require a current inventory of workstations in use in the service of our account. | ||
Please respond to this message with the current inventory. | ||
The workstation inventory shall include the following fields: | ||
* Serial number | ||
* Custodian | ||
* Full disk encryption status | ||
* Malware protection status | ||
``` |