Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions docs/modules/ROOT/pages/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ such as in this example:
ec validate image --policy '{
"sources": [
{
"policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"],
"policy": ["oci::quay.io/conforma/release-policy:latest"],
"data": ["git::https://github.com/conforma/policy//example/data"],
"config": {
"include": ["@minimal"]
Expand Down Expand Up @@ -121,7 +121,7 @@ YAML::
----
sources:
- policy:
- oci::quay.io/enterprise-contract/ec-release-policy:latest
- oci::quay.io/conforma/release-policy:latest
data:
- git::https://github.com/conforma/policy//example/data
volatileConfig:
Expand All @@ -141,7 +141,7 @@ JSON::
"sources": [
{
"policy": [
"oci::quay.io/enterprise-contract/ec-release-policy:latest"
"oci::quay.io/conforma/release-policy:latest"
],
"data": [
"git::https://github.com/conforma/policy//example/data"
Expand Down Expand Up @@ -177,7 +177,7 @@ YAML::
----
sources:
- policy:
- oci::quay.io/enterprise-contract/ec-release-policy:latest
- oci::quay.io/conforma/release-policy:latest
data:
- git::https://github.com/conforma/policy//example/data
volatileConfig:
Expand All @@ -194,7 +194,7 @@ JSON::
"sources": [
{
"policy": [
"oci::quay.io/enterprise-contract/ec-release-policy:latest"
"oci::quay.io/conforma/release-policy:latest"
],
"data": [
"git::https://github.com/conforma/policy//example/data"
Expand Down Expand Up @@ -225,7 +225,7 @@ YAML::
----
sources:
- policy:
- oci::quay.io/enterprise-contract/ec-release-policy:latest
- oci::quay.io/conforma/release-policy:latest
data:
- git::https://github.com/conforma/policy//example/data
volatileConfig:
Expand All @@ -242,7 +242,7 @@ JSON::
"sources": [
{
"policy": [
"oci::quay.io/enterprise-contract/ec-release-policy:latest"
"oci::quay.io/conforma/release-policy:latest"
],
"data": [
"git::https://github.com/conforma/policy//example/data"
Expand Down Expand Up @@ -288,7 +288,7 @@ YAML::
----
sources:
- policy:
- oci::quay.io/enterprise-contract/ec-release-policy:latest
- oci::quay.io/conforma/release-policy:latest
data:
- git::https://github.com/conforma/policy//example/data
config:
Expand All @@ -305,7 +305,7 @@ JSON::
{
"sources": [
{
"policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"],
"policy": ["oci::quay.io/conforma/release-policy:latest"],
"data": ["git::https://github.com/conforma/policy//example/data"],
"config": {
"include": ["@minimal"],
Expand All @@ -330,7 +330,7 @@ YAML::
----
sources:
- policy:
- oci::quay.io/enterprise-contract/ec-release-policy:latest
- oci::quay.io/conforma/release-policy:latest
data:
- git::https://github.com/conforma/policy//example/data
config:
Expand All @@ -345,7 +345,7 @@ JSON::
{
"sources": [
{
"policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"],
"policy": ["oci::quay.io/conforma/release-policy:latest"],
"data": ["git::https://github.com/conforma/policy//example/data"],
"config": {
"include": ["test", "java"]
Expand All @@ -370,7 +370,7 @@ YAML::
----
sources:
- policy:
- oci::quay.io/enterprise-contract/ec-release-policy:latest
- oci::quay.io/conforma/release-policy:latest
data:
- git::https://github.com/conforma/policy//example/data
config:
Expand All @@ -384,7 +384,7 @@ JSON::
{
"sources": [
{
"policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"],
"policy": ["oci::quay.io/conforma/release-policy:latest"],
"data": ["git::https://github.com/conforma/policy//example/data"],
"config": {
"exclude": ["attestation_type.pipelinerun_attestation_found"]
Expand All @@ -408,7 +408,7 @@ YAML::
----
sources:
- policy:
- oci::quay.io/enterprise-contract/ec-release-policy:latest
- oci::quay.io/conforma/release-policy:latest
data:
- git::https://github.com/conforma/policy//example/data
config:
Expand All @@ -423,7 +423,7 @@ JSON::
{
"sources": [
{
"policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"],
"policy": ["oci::quay.io/conforma/release-policy:latest"],
"data": ["git::https://github.com/conforma/policy//example/data"],
"config": {
"exclude": ["test:get-clair-scan", "test:clamav-scan"]
Expand Down Expand Up @@ -454,7 +454,7 @@ YAML::
----
sources:
- policy:
- oci::quay.io/enterprise-contract/ec-release-policy:latest
- oci::quay.io/conforma/release-policy:latest
data:
- git::https://github.com/conforma/policy//example/data
config:
Expand All @@ -471,7 +471,7 @@ JSON::
{
"sources": [
{
"policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"],
"policy": ["oci::quay.io/conforma/release-policy:latest"],
"data": ["git::https://github.com/conforma/policy//example/data"],
"config": {
"include": ["*", "attestation_type.pipelinerun_attestation_found"],
Expand Down
Loading