-t, --artifact-type string |
[conditional] The type of the artifact to calculate its SHA256 fingerprint. One of: [docker, file, dir]. Only required if you don't specify '--fingerprint'. |
--assert |
[optional] Exit with non-zero code if no pull requests found for the given commit. |
--azure-org-url string |
Azure organization url. E.g. "https://dev.azure.com/myOrg" (defaulted if you are running in Azure Devops pipelines: https://docs.kosli.com/ci-defaults ). |
--azure-token string |
Azure Personal Access token. |
-b, --build-url string |
The url of CI pipeline that generated the evidence. (defaulted in some CIs: https://docs.kosli.com/ci-defaults ). |
--commit string |
Git commit for which to find pull request evidence. (defaulted in some CIs: https://docs.kosli.com/ci-defaults ). |
-D, --dry-run |
[optional] Run in dry-run mode. When enabled, no data is sent to Kosli and the CLI exits with 0 exit code regardless of any errors. |
--evidence-fingerprint string |
[optional] The SHA256 fingerprint of the evidence file or dir. |
--evidence-url string |
[optional] The external URL where the evidence file or dir is stored. |
-x, --exclude strings |
[optional] The comma separated list of directories and files to exclude from fingerprinting. Only applicable for --artifact-type dir. |
-F, --fingerprint string |
[conditional] The SHA256 fingerprint of the artifact. Only required if you don't specify '--artifact-type'. |
-f, --flow string |
The Kosli flow name. |
-h, --help |
help for azure |
-n, --name string |
The name of the evidence. |
--project string |
Azure project.(defaulted if you are running in Azure Devops pipelines: https://docs.kosli.com/ci-defaults ). |
--registry-password string |
[conditional] The docker registry password or access token. Only required if you want to read docker image SHA256 digest from a remote docker registry. |
--registry-provider string |
[conditional] The docker registry provider or url. Only required if you want to read docker image SHA256 digest from a remote docker registry. |
--registry-username string |
[conditional] The docker registry username. Only required if you want to read docker image SHA256 digest from a remote docker registry. |
--repository string |
Git repository. (defaulted in some CIs: https://docs.kosli.com/ci-defaults ). |
-u, --user-data string |
[optional] The path to a JSON file containing additional data you would like to attach to this evidence. |