You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most OpenControl content is named component.yaml, don't statically code in expectations that file is called opencontrol.yaml
docker container run -v $REPOSITORY:/opencontrol -p 127.0.0.1:8000:8000 --rm -it hypergrc:latest
hyperGRC failed to start:
Path `/opencontrol` to Compliance as Code repository does not contain a file named opencontrol.yaml.
The text was updated successfully, but these errors were encountered:
agree if/when the schema is changed from opencontrol -> NIST's OSCAL it'd be better to use component.yaml and/or component.yml. This is also related to the issue of having multiple files per control family in a /dir vs. a single file for a single component. #14
Most OpenControl content is named
component.yaml
, don't statically code in expectations that file is calledopencontrol.yaml
The text was updated successfully, but these errors were encountered: