CivicActions / compliance-io

Python library for reading/writing compliance as code
GNU General Public License v3.0
10 stars 5 forks source link

Support OpenControl dependency resolution #10

Open woodt opened 3 years ago

woodt commented 3 years ago

E.g., retrieve resources via Git URLs.

dependencies:
  standards:
    - url: https://github.com/opencontrol/standards
      revision: master
  certifications:
    - url: https://github.com/opencontrol/certifications
      revision: master