Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to pull image in from pipelines #3

Open
robert-lilleker opened this issue Mar 10, 2022 · 2 comments
Open

Unable to pull image in from pipelines #3

robert-lilleker opened this issue Mar 10, 2022 · 2 comments

Comments

@robert-lilleker
Copy link

robert-lilleker commented Mar 10, 2022

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
@tobias-g
Copy link

Ran into the same issue. Changed aquasec/trivy-pipe:latest to aquasecurity/trivy-pipe:1.0.0 and I believe BitBucket pipes for Trivy source is at https://bitbucket.org/aquasecurity/trivy-pipe/src/master/ not here anymore.

@eugenio-guarino
Copy link

Thanks @tobias-g. I can confirm this still works in February 2023.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants