Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dogma

policy engine for verifying conclave workflows.

#input schema

workflows must be valid conclave code, while policies are expected to be of the form:

{
  "fileName": "<filename>",
  "columns":
  {
    "a":
    {
      "read": true
    },
    "b":
    {
      "read": false
    },
    "c":
    {
      "read": false
    }
  }
}

About

policy engine for verifying CCD workflows

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages