github.com/redhat-appstudio/e2e-tests@v0.0.0-20230619105049-9a422b2094d7/tests/enterprise-contract/README.md (about)

     1  # Enterprise Contract
     2  
     3  The Enterprise Contract is a set of tools for verifying the provenance of container images built in Red Hat Trusted Application Pipeline and validating them against a clearly defined policy.
     4  
     5  The Enterprise Contract policy is defined using the rego policy language and is described here in [Release Policy](https://redhat-appstudio.github.io/docs.stonesoup.io/ec-policies/release_policy.html) and [Pipeline Policy](https://redhat-appstudio.github.io/docs.stonesoup.io/ec-policies/pipeline_policy.html)
     6  
     7  The enterprise-contract suite contains a set of tests that covers Enterprise Contract policies.
     8  
     9  Steps to run 'enterprise-contract-suite':
    10  
    11  1) Follow the instructions from the [Readme](../../docs/Installation.md) scripts to install AppStudio in e2e mode
    12  2) Run the e2e suite: `./bin/e2e-appstudio --ginkgo.focus="enterprise-contract-suite"`