You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Docker image of Bitbucket pipelines Pipe that I use,
atlassian/git-secrets-scan
is around 350 MB compressed and almost 1 GB uncompressed, which adds 30 seconds to each pipeline run.
Can we get this image size optimised for use in pipelines please?
Regards,
Ziga
Hi @[deleted]
Thank you for your question!
We'll investigate your suggestion with a team and notify you.
Best regards,
Oleksandr Kyrdan
I've opened a PR (https://bitbucket.org/atlassian/git-secrets-scan/pull-requests/19) that greatly reduces pipe docker image down to 25%
It would be really great to see some time savings there. Currently it takes between 25-30 sec (regardless of caching) for this pipe to run, which make this pipe 'optional' very fast.
Regards,
Ziga
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted]
Thanks for contributing to the community!
Your PR is merged and a new version of git-secrets-scan pipe is released:
script: - pipe: atlassian/git-secrets-scan:1.1.0 variables: FILES: '*.txt *.json'
Best regards,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.