Hi, I use the Git Secrets Scan in all my pipelines using the hard coded command:
- pipe: atlassian/git-secrets-scan:x.y.z.
This requires me to update each pipeline a new version of Git Secrets Scan is released. Is there a way to pass the docker image or pipe command using a variable:
Workspace Variable: GIT_SECRETS_SCAN = atlassian/git-secrets-scan:x.y.x
- pipe: $GIT_SECRETS_SCAN
Workspace Variable: GIT_SECRETS_SCAN = pipe: atlassian/git-secrets-scan:x.y.z
- $GIT_SECRETS_SCAN
TIA.
Hi all,
Here is an article and a video with a working example of how this can be achieved using Dynamic Pipelines and a Forge app.
The example shows how to replace the variable in an image name, but it can also be used as-is to substitute pipe names.
Hope this helps,
Caterina
Hi, @glenn_comiskey!
Thank you for reaching out to Atlassian Community!
Currently, Bitbucket Pipelines doesn't support variables for the Pipe name in the bitbucket-pipelines.yml file. However, we already have a feature request to add this option as you can see here:
Implementation of new features is done as per our policy here and any updates will be posted in the feature request.
I would suggest that you add your vote there (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features.
You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.
Feel free to share any additional questions or concerns regarding this case.
Kind regards,
Caroline
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.