Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 4.42 KB

README.md

File metadata and controls

48 lines (40 loc) · 4.42 KB

ROAR Information Security and Data Privacy Repository

This repository is dedicated to managing the key documentation and automated workflows for ROAR's information security and data privacy efforts. It includes policies, procedures, and GitHub Actions designed to ensure compliance with privacy regulations and maintain robust security practices throughout ROAR's software development lifecycle.

Repository Contents

GitHub Actions

The .github/workflows directory contains GitHub action workflows that enforce some of ROAR's information security policies:

  • Quarterly document review:

    • infosec-doc-review.yml This workflow generates a GitHub issue every quarter asking ROAR leadership to review and, if necessary, update the documents in this repository.
    • request-employee-acknowledgment.yml and acknowledgment-request-template.md This workflow reminds the ROAR information security officer to generate issues a batch of issues, one for each ROAR employee, requesting that each employee review the documents in this repository.
    • log-acknowledgment.yml When employees commend "Confirmed" on the aforesaid issue, this workflow automatically closes the issue and logs their acknowledgment in the acknowledgment log.
  • Managing employee lifecycles

    • onboarding.yml This manually triggered workflow generates an employee onboarding checklist as a GitHub issue and assigns it to the ROAR information security officer.
    • offboarding.yml This manually triggered workflow generates an employee offboarding checklist as a GitHub issue and assigns it to the ROAR information security officer.
    • quarterly-account-review.yml This workflow opens a GitHub issue every quarter requiring that the ROAR information security officer reviews employee accounts and access.
  • Developer training