Skip to content

Commit bdeb0db

Browse files
committed
fix reference
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 0d20bd7 commit bdeb0db

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

app/cli/documentation/cli-reference.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2810,12 +2810,13 @@ chainloop policy eval --policy policy.yaml --material sbom.json --kind SBOM_CYCL
28102810
Options
28112811

28122812
```
2813-
--annotation strings Key-value pairs of material annotations (key=value)
2814-
-h, --help help for eval
2815-
--input strings Key-value pairs of policy inputs (key=value)
2816-
--kind string Kind of the material: ["ARTIFACT" "ATTESTATION" "BLACKDUCK_SCA_JSON" "CHAINLOOP_RUNNER_CONTEXT" "CONTAINER_IMAGE" "CSAF_INFORMATIONAL_ADVISORY" "CSAF_SECURITY_ADVISORY" "CSAF_SECURITY_INCIDENT_RESPONSE" "CSAF_VEX" "EVIDENCE" "GHAS_CODE_SCAN" "GHAS_DEPENDENCY_SCAN" "GHAS_SECRET_SCAN" "GITLAB_SECURITY_REPORT" "HELM_CHART" "JACOCO_XML" "JUNIT_XML" "OPENVEX" "SARIF" "SBOM_CYCLONEDX_JSON" "SBOM_SPDX_JSON" "SLSA_PROVENANCE" "STRING" "TWISTCLI_SCAN_JSON" "ZAP_DAST_ZIP"]
2817-
--material string Path to material or attestation file
2818-
-p, --policy string Path to custom policy file (default "policy.yaml")
2813+
--allowed-hostnames strings Additional hostnames allowed for http.send requests in policies
2814+
--annotation strings Key-value pairs of material annotations (key=value)
2815+
-h, --help help for eval
2816+
--input strings Key-value pairs of policy inputs (key=value)
2817+
--kind string Kind of the material: ["ARTIFACT" "ATTESTATION" "BLACKDUCK_SCA_JSON" "CHAINLOOP_RUNNER_CONTEXT" "CONTAINER_IMAGE" "CSAF_INFORMATIONAL_ADVISORY" "CSAF_SECURITY_ADVISORY" "CSAF_SECURITY_INCIDENT_RESPONSE" "CSAF_VEX" "EVIDENCE" "GHAS_CODE_SCAN" "GHAS_DEPENDENCY_SCAN" "GHAS_SECRET_SCAN" "GITLAB_SECURITY_REPORT" "HELM_CHART" "JACOCO_XML" "JUNIT_XML" "OPENVEX" "SARIF" "SBOM_CYCLONEDX_JSON" "SBOM_SPDX_JSON" "SLSA_PROVENANCE" "STRING" "TWISTCLI_SCAN_JSON" "ZAP_DAST_ZIP"]
2818+
--material string Path to material or attestation file
2819+
-p, --policy string Path to custom policy file (default "policy.yaml")
28192820
```
28202821

28212822
Options inherited from parent commands

0 commit comments

Comments
 (0)