diff --git a/docs/modules/ROOT/pages/configuration.adoc b/docs/modules/ROOT/pages/configuration.adoc index 48c2a5557..8c712131f 100644 --- a/docs/modules/ROOT/pages/configuration.adoc +++ b/docs/modules/ROOT/pages/configuration.adoc @@ -563,7 +563,7 @@ The `policy` and `data` fields in the configuration represent the URI of the pol === Local File -A local file path scheme, such as the following, may be utilized. +A local file path scheme, such as the following, may be utilized. * `file://` @@ -594,7 +594,7 @@ You may also use the `git::` prefix to specify a Git repository URL. The followi NOTE: In all git URL forms, the `.git` extension is optional. -NOTE: In all git URL forms, the `?ref=` is optional and defaults to the repository's default branch. +NOTE: In all git URL forms, the `?ref=` is optional and defaults to the repository's default branch. NOTE: In all git URL forms, the `//` is optional and defaults to the root of the repository. @@ -626,15 +626,15 @@ An OCI registry URL may be utilized. The following registry hosts have automatic * gcr.io * registry.gitlab.com * pkg.dev -* [0-9]{12}.dkr.ecr.[a-z0-9-]*.amazonaws.com +* [0-9]\{12\}.dkr.ecr.[a-z0-9-]*.amazonaws.com * quay.io You may also use the `oci::` prefix to specify an OCI registry URL: * `oci:///:` -* `oci:///@` +* `oci:///@` * `oci::/:` -* `oci::/:@` +* `oci::/:@` NOTE: the is optional and defaults to `latest`. -NOTE: the is optional and defaults to the latest digest. \ No newline at end of file +NOTE: the is optional and defaults to the latest digest.