Skip to main content

The Verify Command

The verify command is used to evaluate policies on the evidence generated in the previous step. The policies are written in a policy-as-code framework, which provides user with out-of-the-box policies and the ability to write custom policies.

Currently, the verify command supports using the same policy bundle for all the evaluations; to run different policies for different products, one can run the command multiple times with different policy bundles specified.

The recommended use of the verify command with the product-mapping capabilities; this enables the user to track policy evaluations on the product level, and to get a product-level view of the security posture.

Common Options

usage: platforms [options] verify [-h] [--valint.scribe.client-id CLIENT_ID] [--valint.scribe.client-secret CLIENT_SECRET]
[--valint.scribe.enable] [--valint.cache.disable] [--valint.context-type CONTEXT_TYPE]
[--valint.log-level LOG_LEVEL] [--valint.output-directory OUTPUT_DIRECTORY] [--valint.bin BIN]
[--valint.product-key PRODUCT_KEY] [--valint.product-version PRODUCT_VERSION]
[--valint.predicate-type PREDICATE_TYPE] [--valint.attest ATTEST] [--valint.sign]
[--valint.components COMPONENTS] [--valint.label LABEL] [--unique] [--valint.bundle BUNDLE]
[--valint.bundle-auth BUNDLE_AUTH] [--valint.bundle-branch BUNDLE_BRANCH]
[--valint.bundle-commit BUNDLE_COMMIT] [--valint.bundle-tag BUNDLE_TAG] [--allow-failures]
[--max-threads MAX_THREADS]
{k8s,dockerhub,gitlab,github,jfrog,ecr,bitbucket,jenkins} ...

Verify supply chain policies

options:
-h, --help Show this help message and exit.
--valint.scribe.client-id CLIENT_ID
Scribe client ID (type: str, default: )
--valint.scribe.client-secret CLIENT_SECRET
Scribe client Secret (type: str, default: )
--valint.scribe.enable
Enable Scribe client (default: False)
--valint.cache.disable
Disable Valint local cache (default: False)
--valint.context-type CONTEXT_TYPE
Valint context type (type: str, default: )
--valint.log-level LOG_LEVEL
Valint log level (type: str, default: )
--valint.output-directory OUTPUT_DIRECTORY
Local evidence cache directory (type: str, default: )
--valint.bin BIN Valint CLI binary path (type: str, default: /home/mikey/.scribe/bin/valint)
--valint.product-key PRODUCT_KEY
Evidence product key (type: str, default: factory)
--valint.product-version PRODUCT_VERSION
Evidence product version (type: str, default: )
--valint.predicate-type PREDICATE_TYPE
Evidence predicate type (type: str, default: http://scribesecurity.com/evidence/discovery/v0.1)
--valint.attest ATTEST
Evidence attest type (type: str, default: x509-env)
--valint.sign sign evidence (default: False)
--valint.components COMPONENTS
components list (type: str, default: )
--valint.label LABEL Set additional labels (type: <function <lambda> at 0x7f2cc663d080>, default: [])
--unique Allow unique assets (default: False)
--valint.bundle BUNDLE
Set bundle git branch (type: str, default: )
--valint.bundle-auth BUNDLE_AUTH
Set bundle git auth (type: str, default: )
--valint.bundle-branch BUNDLE_BRANCH
Set bundle git branch (type: str, default: main)
--valint.bundle-commit BUNDLE_COMMIT
Set bundle git commit (type: str, default: )
--valint.bundle-tag BUNDLE_TAG
Set bundle git tag (type: str, default: )
--allow-failures Allow failures without returning an error code (default: False)
--max-threads MAX_THREADS
Number of threads used to run valint (type: int, default: 2)

subcommands:
For more details of each subcommand, add it as an argument followed by --help.

Available subcommands:
k8s
dockerhub
gitlab
github
jfrog
ecr
bitbucket
jenkins

Gitlab Verify

To evaluate policies on Gitlab evidence:

platforms verify gitlab --organization.mapping "my-org::my-product::1.0" --project.mapping "my-project::my-product::1.0"
usage: platforms [options] verify [options] gitlab [-h] [--instance INSTANCE] [--token TOKEN] [--url URL]
[--types {organization,project,all}] [--scope.organization [ORGANIZATION ...]]
[--scope.project [PROJECT ...]] [--scope.branch [BRANCH ...]] [--scope.tag [TAG ...]]
[--commit.skip] [--organization.mapping [MAPPING ...]]
[--project.mapping [MAPPING ...]] [--project.policy [POLICY ...]]
[--organization.policy [POLICY ...]] [--org-policy-skip-aggregate]
[--project-policy-skip-aggregate]

options:
-h, --help Show this help message and exit.
--instance INSTANCE Gitlab instance string (default: )
--token TOKEN Gitlab token (GITLAB_TOKEN, CI_JOB_TOKEN) (default: )
--url URL Gitlab base URL (default: https://gitlab.com/)
--types {organization,project,all}
Defines which evidence to consume, scoped by scope parameters (default: all)
--scope.organization [ORGANIZATION ...]
Gitlab organization list (default: ['*'])
--scope.project [PROJECT ...]
Gitlab projects epositories wildcards. Default is all projects. Note that a project name includes as a prefix its
namesapce in the format 'namespace / project_name' (default: ['*'])
--scope.branch [BRANCH ...]
Gitlab branches wildcards (default: null)
--scope.tag [TAG ...]
Gitlab tags wildcards (default: null)
--commit.skip Skip commits in evidence (default: False)
--organization.mapping [MAPPING ...]
Organization product key mapping in the format of to organization::product_key::product_version (type:
AssetMappingString, default: [])
--project.mapping [MAPPING ...]
Project product key mapping in the format of asset::product_key::product_version (type: AssetMappingString,
default: [])
--project.policy [POLICY ...]
Set project policy file (type: str, default: ['ct-2@discovery', 'ct-9@discovery'])
--organization.policy [POLICY ...]
Set organization policy file (type: str, default: ['ct-1@discovery', 'ct-3@discovery', 'ct-4@discovery'])
--org-policy-skip-aggregate
Skip Aggregate organization policy results (default: False)
--project-policy-skip-aggregate
Skip Aggregate project policy results (default: False)

Github Verify

To evaluate policies on Gitlab evidence:

platforms verify gitlab --organization.mapping "my-org::my-product::1.0" --repository.mapping "my-repository::my-product::1.0"
usage: platforms [options] verify [options] github [-h] [--instance INSTANCE] [--token TOKEN] [--url URL]
[--types {organization,repository,all}] [--scope.organization [ORGANIZATION ...]]
[--scope.repository [REPOSITORY ...]] [--scope.branch [BRANCH ...]]
[--scope.tag [TAG ...]] [--branch.shallow] [--commit.skip] [--organization.single]
[--repository.single] [--organization.mapping [MAPPING ...]]
[--repository.mapping [MAPPING ...]] [--repository.policy [POLICY ...]]
[--organization.policy [POLICY ...]] [--org-policy-skip-aggregate]
[--repo-policy-skip-aggregate]

options:
-h, --help Show this help message and exit.
--instance INSTANCE Github instance string (default: )
--token TOKEN Github token (GITHUB_TOKEN, GH_TOKEN) (default: )
--url URL Github base URL (default: https://github.com)
--types {organization,repository,all}
Defines which evidence to validate, scoped by scope parameters (default: all)
--scope.organization [ORGANIZATION ...]
Github organization list (default: ['*'])
--scope.repository [REPOSITORY ...]
Github repositories wildcards. Default is all projects. Note that a project name includes as a prefix its
namesapce in the format 'namespace / project_name' (default: ['*'])
--scope.branch [BRANCH ...]
Github branches wildcards (default: [])
--scope.tag [TAG ...]
Github tags wildcards (default: [])
--branch.shallow Shallow branch discovery (default: False)
--commit.skip Skip commits in discovery/evidence (default: False)
--organization.single
Export all organizations in a single evidence (default: False)
--repository.single Export all repos in a single evidence (default: False)
--organization.mapping [MAPPING ...]
Organization product key mapping in the format of org::product_key::product_version where org is the organization
name, wildcards are supported (type: AssetMappingString, default: [])
--repository.mapping [MAPPING ...]
Repository product key mapping in the format of repo::product_key::product_version where repo is the repository
name, wildcards are supported (type: AssetMappingString, default: [])
--repository.policy [POLICY ...]
Set repository evidence policy file (type: str, default: [])
--organization.policy [POLICY ...]
Set organization evidence policy file (type: str, default: ['ct-1@discovery'])
--org-policy-skip-aggregate
Skip Aggregate organization policy results (default: False)
--repo-policy-skip-aggregate
Skip Aggregate repo policy results (default: False)

DockerHub Verify

To evaluate policies on DockerHub evidence.

usage: platforms [options] verify [options] dockerhub [-h] [--instance INSTANCE] [--username USERNAME] [--password PASSWORD]
[--token TOKEN] [--url URL] [--types {token,repository,namespace,all}]
[--default_product_key_strategy {namespace,repository,tag,mapping}]
[--default_product_version_strategy {tag,short_image_id,image_id}]
[--scope.repository [REPOSITORY ...]]
[--scope.repository_tags [REPOSITORY_TAGS ...]]
[--scope.image_platform [IMAGE_PLATFORM ...]]
[--exclude.repository [REPOSITORY ...]]
[--exclude.repository_tags [REPOSITORY_TAGS ...]]
[--scope.namespace [NAMESPACE ...]] [--image.mapping [MAPPING ...]]
[--image.policy [POLICY ...]] [--policy-skip-aggregate]

options:
-h, --help Show this help message and exit.
--instance INSTANCE Dockerhub instance string (default: )
--username USERNAME Dockerhub username (default: null)
--password PASSWORD Dockerhub password (DOCKERHUB_PASSWORD) (default: )
--token TOKEN Dockerhub token (default: )
--url URL Dockerhub base URL (default: https://hub.docker.com)
--types {token,repository,namespace,all}
Defines which evidence to create, scoped by scope parameters (default: all)
--default_product_key_strategy {namespace,repository,tag,mapping}
Override product key with namespace, repository or image names (default: mapping)
--default_product_version_strategy {tag,short_image_id,image_id}
Override product version with tag or image id (default: short_image_id)
--scope.repository [REPOSITORY ...]
Dockerhub repositories (default: ['*'])
--scope.repository_tags [REPOSITORY_TAGS ...]
Dockerhub tags (default: ['*'])
--scope.image_platform [IMAGE_PLATFORM ...]
Dockerhub Image platform (default: ['*'])
--exclude.repository [REPOSITORY ...]
Dockerhub repository wildcards to exclude (default: [])
--exclude.repository_tags [REPOSITORY_TAGS ...]
Dockerhub tags to exclude (default: [])
--scope.namespace [NAMESPACE ...]
Dockerhub namespaces (default: ['*'])
--image.mapping [MAPPING ...]
Image product key mapping in the format of asset::product_key::product_version (type: AssetMappingString,
default: [])
--image.policy [POLICY ...]
Set image mapping policy file (type: str, default: ['ct-8@discovery', 'ct-11@discovery', 'ct-12@discovery',
'ct-13@discovery'])
--policy-skip-aggregate
Skip Aggregate policy results (default: False)

K8s Verify

usage: platforms [options] verify [options] k8s [-h] [--instance INSTANCE] [--url URL] [--token TOKEN]
[--types {namespace,pod,cluster-images,all}]
[--default_product_key_strategy {namespace,pod,image,mapping}]
[--default_product_version_strategy {namespace_hash,pod_hash,image_id}]
[--scope.namespace [NAMESPACE ...]] [--scope.pod [POD ...]] [--scope.image [IMAGE ...]]
[--ignore-state] [--exclude.namespace [NAMESPACE ...]] [--exclude.pod [POD ...]]
[--exclude.image [IMAGE ...]] [--namespace.single] [--pod.single]
[--image.mapping [MAPPING ...]] [--cluster-images.policy [POLICY ...]]
[--namespace.policy [POLICY ...]] [--policy-skip-aggregate]

options:
-h, --help Show this help message and exit.
--instance INSTANCE Kubernetes instance string (default: )
--url URL Kubernetes API URL (required, default: )
--token TOKEN Kubernetes token, with access to pods and secrets (K8S_TOKEN) (default: )
--types {namespace,pod,cluster-images,all}
Defines which evidence to create, scoped by scope parameters (default: cluster-images)
--default_product_key_strategy {namespace,pod,image,mapping}
Override product key with namespace, pod or image names (default: mapping)
--default_product_version_strategy {namespace_hash,pod_hash,image_id}
Override product version with namespace, pod or image names (default: namespace_hash)
--scope.namespace [NAMESPACE ...]
Kubernetes namespaces wildcard list (default: ['*'])
--scope.pod [POD ...]
Kubernetes pods wildcard list (default: ['*'])
--scope.image [IMAGE ...]
Kubernetes images wildcard list (default: ['*'])
--ignore-state Filter out containers that are not running (default: False)
--exclude.namespace [NAMESPACE ...]
Namespaces to exclude from discovery process (default: [])
--exclude.pod [POD ...]
Pods to exclude from discovery process (default: [])
--exclude.image [IMAGE ...]
Images to exclude from discovery process (default: [])
--namespace.single Export all namespaces (default: False)
--pod.single Export all pods in a single evidence (default: False)
--image.mapping [MAPPING ...]
K8s namespace;pod;image to product_key:product_version mappinge.g. my-namespace;my-pod;my-
image:product_key:product_version (type: K8sImageMappingString, default: [])
--cluster-images.policy [POLICY ...]
Set image policy file (type: str, default: ['ct-8@discovery', 'ct-11@discovery', 'ct-12@discovery',
'ct-13@discovery'])
--namespace.policy [POLICY ...]
Set Kubernetes policy file (type: str, default: [])
--policy-skip-aggregate
Skip Aggregate policy results (default: False)

Jfrog Verify

To evaluate policies on Jfrog evidence.

usage: platforms [options] verify [options] jfrog [-h] [--instance INSTANCE] [--token TOKEN] [--url URL]
[--types {token,repository,jf-repository,all}]
[--default_product_key_strategy {jf-repository,repository,tag,mapping}]
[--default_product_version_strategy {tag,short_image_id,image_id}]
[--scope.jf-repository [JF_REPOSITORY ...]] [--scope.repository [REPOSITORY ...]]
[--scope.repository_tags [REPOSITORY_TAGS ...]]
[--scope.image_platform [IMAGE_PLATFORM ...]]
[--exclude.jf-repository [JF_REPOSITORY ...]] [--exclude.repository [REPOSITORY ...]]
[--exclude.repository_tags [REPOSITORY_TAGS ...]] [--image.mapping [MAPPING ...]]
[--image.policy [POLICY ...]] [--policy-skip-aggregate]

options:
-h, --help Show this help message and exit.
--instance INSTANCE Jfrog instance string (default: )
--token TOKEN Jfrog token (JFROG_TOKEN) (default: )
--url URL Jfrog base URL (default: null)
--types {token,repository,jf-repository,all}
Defines which evidence to create, scoped by scope parameters (default: all)
--default_product_key_strategy {jf-repository,repository,tag,mapping}
Override product key with jf-repository, repository or image names (default: mapping)
--default_product_version_strategy {tag,short_image_id,image_id}
Override product version with tag or image id (default: short_image_id)
--scope.jf-repository [JF_REPOSITORY ...]
Jfrog repositories (default: ['*'])
--scope.repository [REPOSITORY ...]
Jfrog Image repositories (default: ['*'])
--scope.repository_tags [REPOSITORY_TAGS ...]
Jfrog Image tags (default: ['*'])
--scope.image_platform [IMAGE_PLATFORM ...]
Jfrog Image platform (default: ['*'])
--exclude.jf-repository [JF_REPOSITORY ...]
Jfrog repository wildcards to exclude (default: [])
--exclude.repository [REPOSITORY ...]
Jfrog Image repository wildcards to exclude (default: [])
--exclude.repository_tags [REPOSITORY_TAGS ...]
Jfrog tags to exclude (default: [])
--image.mapping [MAPPING ...]
Image product key mapping in the format of asset::product_key::product_version (type: AssetMappingString,
default: [])
--image.policy [POLICY ...]
Set image mapping policy file (type: str, default: ['ct-8@discovery', 'ct-11@discovery', 'ct-12@discovery',
'ct-13@discovery'])
--policy-skip-aggregate
Skip Aggregate policy results (default: False)

BitBucket Verify

To evaluate policies on BitBucket evidence:

platforms verify bitbucket --workspace.mapping "my-workspace::my-product::1.0" --repository.mapping "my-repository::my-product::1.0"
usage: platforms [options] verify [options] bitbucket [-h] [--instance INSTANCE] [--app_password APP_PASSWORD] [--username USERNAME]
[--workspace_token WORKSPACE_TOKEN] [--workspace_name WORKSPACE_NAME] --url URL
[--types {workspace,project,repository,all}] [--scope.workspace [WORKSPACE ...]]
[--scope.project [PROJECT ...]] [--scope.repository [REPOSITORY ...]]
[--scope.commit [COMMIT ...]] [--scope.branch [BRANCH ...]]
[--scope.webhook [WEBHOOK ...]] [--commit.skip] [--workspace.mapping [MAPPING ...]]
[--project.mapping [MAPPING ...]] [--repository.mapping [MAPPING ...]]
[--repository.policy [POLICY ...]] [--project.policy [POLICY ...]]
[--workspace.policy [POLICY ...]] [--org-policy-skip-aggregate]
[--repo-policy-skip-aggregate]

options:
-h, --help Show this help message and exit.
--instance INSTANCE BitBucket instance string (default: )
--app_password APP_PASSWORD
BitBucket app_password (BB_PASSWORD) (default: )
--username USERNAME BitBucket username (default: null)
--workspace_token WORKSPACE_TOKEN
BitBucket workspace_token can be used with --workspace_name flag instead of --app_password and --username
(BB_WORKSPACE_TOKEN) (default: )
--workspace_name WORKSPACE_NAME
BitBucket workspace_name can be used with --workspace_token flag instead of --app_password and --username
(default: null)
--url URL BitBucket URL (required)
--types {workspace,project,repository,all}
Defines which evidence to validate, scoped by scope parameters (default: all)
--scope.workspace [WORKSPACE ...]
BitBucket workspace list (default: ['*'])
--scope.project [PROJECT ...]
BitBucket projects wildcards. Default is all projects. Note that a project name includes as a prefix its
namesapce in the format 'namespace / project_name' (default: ['*'])
--scope.repository [REPOSITORY ...]
BitBucket repositories wildcards. Default is all projects. Note that a project name includes as a prefix its
namesapce in the format 'namespace / project_name' (default: ['*'])
--scope.commit [COMMIT ...]
BitBucket commit wildcards (default: [])
--scope.branch [BRANCH ...]
BitBucket branches wildcards (default: [])
--scope.webhook [WEBHOOK ...]
BitBucket webhook wildcards (default: [])
--commit.skip Skip commits in discovery/evidence (default: False)
--workspace.mapping [MAPPING ...]
Workspace product key mapping in the format of workspace::product_key::product_version where org is the workspace
name, wildcards are supported (type: AssetMappingString, default: [])
--project.mapping [MAPPING ...]
Project product key mapping in the format of project::product_key::product_version where org is the workspace
name, wildcards are supported (type: AssetMappingString, default: [])
--repository.mapping [MAPPING ...]
Repository product key mapping in the format of repo::product_key::product_version where repo is the repository
name, wildcards are supported (type: AssetMappingString, default: [])
--repository.policy [POLICY ...]
Set repository evidence policy file (type: str, default: [])
--project.policy [POLICY ...]
Set repository evidence policy file (type: str, default: [])
--workspace.policy [POLICY ...]
Set workspace evidence policy file (type: str, default: [])
--org-policy-skip-aggregate
Skip Aggregate workspace policy results (default: False)
--repo-policy-skip-aggregate
Skip Aggregate repo policy results (default: False)