ActionsWorkflowContainerImageDependency
A container image referenced by a uses field (e.g. docker://{host}/{image}:{tag})
type ActionsWorkflowContainerImageDependency implements ActionsWorkflowDependency {
foundAt: ActionsWorkflowDependencyFoundAt!
host: String!
image: String!
tag: String!
}
Fields
ActionsWorkflowContainerImageDependency.foundAt ● ActionsWorkflowDependencyFoundAt! non-null object
The location of the dependency in a workflow file
ActionsWorkflowContainerImageDependency.host ● String! non-null scalar
The
{host}part (e.g.gcr.io,index.docker.io). If the original field is empty,index.docker.iowill be set to this field.
ActionsWorkflowContainerImageDependency.image ● String! non-null scalar
The
{image}part (e.g.distroless/cc).
ActionsWorkflowContainerImageDependency.tag ● String! non-null scalar
The
{tag}part (e.g.latest). If the original field is empty,latestwill be set to this field.
Interfaces
ActionsWorkflowDependency interface
Dependencies of a GitHub Action workflow