You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/kosli/root.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -205,10 +205,10 @@ The ^.kosli_ignore^ will be treated as part of the artifact like any other file,
205
205
attestationFingerprintFlag="[conditional] The SHA256 fingerprint of the artifact to attach the attestation to. Only required if the attestation is for an artifact and --artifact-type and artifact name/path are not used."
206
206
attestationCommitFlag="[conditional] The git commit for which the attestation is associated to. Becomes required when reporting an attestation for an artifact before reporting it to Kosli. (defaulted in some CIs: https://docs.kosli.com/ci-defaults )."
207
207
attestationRedactCommitInfoFlag="[optional] The list of commit info to be redacted before sending to Kosli. Allowed values are one or more of [author, message, branch]."
208
-
attestationOriginUrlFlag="[optional] The url pointing to where the attestation came from or is related. (defaulted to the CI url in some CIs: https://docs.kosli.com/ci-defaults )."
208
+
attestationOriginUrlFlag="[optional] The url pointing to where the attestation came from or is related. (defaulted to the CI url in some CIs: https://docs.kosli.com/integrations/ci_cd/#defaulted-kosli-command-flags-from-ci-variables )."
209
209
attestationNameFlag="The name of the attestation as declared in the flow or trail yaml template."
210
210
attestationCompliantFlag="[defaulted] Whether the attestation is compliant or not. A boolean flag https://docs.kosli.com/faq/#boolean-flags"
211
-
attestationRepoRootFlag="[defaulted] The directory where the source git repository is available. Only used if --commit is used or defaulted in CI (https://docs.kosli.com/ci-defaults)."
211
+
attestationRepoRootFlag="[defaulted] The directory where the source git repository is available. Only used if --commit is used or defaulted in CI, see https://docs.kosli.com/integrations/ci_cd/#defaulted-kosli-command-flags-from-ci-variables ."
212
212
attestationCustomTypeNameFlag="The name of the custom attestation type."
213
213
attestationCustomDataFileFlag="The filepath of a json file containing the custom attestation data."
214
214
uploadJunitResultsFlag="[defaulted] Whether to upload the provided Junit results directory as an attachment to Kosli or not."
| -n, --name string | The name of the attestation as declared in the flow or trail yaml template. |
52
-
| -o, --origin-url string |[optional] The url pointing to where the attestation came from or is related. (defaulted to the CI url in some CIs: https://docs.kosli.com/ci-defaults ). |
52
+
| -o, --origin-url string |[optional] The url pointing to where the attestation came from or is related. (defaulted to the CI url in some CIs: https://docs.kosli.com/integrations/ci_cd/#defaulted-kosli-command-flags-from-ci-variables ). |
53
53
| --redact-commit-info strings |[optional] The list of commit info to be redacted before sending to Kosli. Allowed values are one or more of [author, message, branch]. |
54
54
| --registry-password string |[conditional] The container registry password or access token. Only required if you want to read container image SHA256 digest from a remote container registry. |
55
55
| --registry-username string |[conditional] The container registry username. Only required if you want to read container image SHA256 digest from a remote container registry. |
56
-
| --repo-root string |[defaulted] The directory where the source git repository is available. Only used if --commit is used or defaulted in CI (https://docs.kosli.com/ci-defaults). (default ".") |
56
+
| --repo-root string |[defaulted] The directory where the source git repository is available. Only used if --commit is used or defaulted in CI, see https://docs.kosli.com/integrations/ci_cd/#defaulted-kosli-command-flags-from-ci-variables. (default ".") |
57
57
| -R, --scan-results string | The path to Snyk scan SARIF results file from 'snyk test' and 'snyk container test'. By default, the Snyk results will be uploaded to Kosli's evidence vault. |
58
58
| -T, --trail string | The Kosli trail name. |
59
59
| --upload-results |[defaulted] Whether to upload the provided Snyk results file as an attachment to Kosli or not. (default true) |
0 commit comments