Skip to content

Unable to pull image in from pipelines #3

@robert-lilleker

Description

@robert-lilleker

When I use the the pipe I get the following: "It looks like you tried to use a pipe in your bitbucket-pipelines.yml that doesn’t exist. Check the name of the pipe and try again."

Here is the pipeline below:

- pipe: aquasec/trivy-pipe:latest
   variables:
     imageRef: <account>.dkr.ecr.region.amazonaws.com/reverse-proxy-federal:${BITBUCKET_COMMIT}
     format: template
     template: '@/contrib/sarif.tpl'
     output: trivy-results.sarif
     AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
     AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
     AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions