Anchore/anchore-engine : suggestion

I’d like to suggest that a method be devised to allow the injection of environment variables into the job. That way, for example, I could specify the image tag dynamically (instead of statically).

What I’m looking for is something like the circleci/docker-publish ORB provides with the after_checkout or before_build functionality.

Of course if someone already knows how to specify the image tag dynamically then I’d like to understand how (everything I’ve tried using ENV variables results in the tag value not being resolved to the variable’s value)

Thanks

Hello @toondocker

All Orbs are open source! So you can submit PRs or open issues on Orbs submitting by anyone on their own respective VCS host. Looks like you can find Anchore here: https://github.com/anchore/ci-tools

1 Like