Hello Everyone, I'm working on a CI/CD setup using Bitbucket Pipelines for our embedded SW project. Our workflow already includes automated build steps, QAC static analysis, and release artifact gen...
Version: atlassian/bitbucket-dependency-scanner:0.8.0 I am passing in a valid NVD_API_KEY Logs: [ERROR] Error updating the NVD Data at org.owasp.dependencycheck.data.update.NvdApiD...
Hello, I was very excited about the Pipeline runtime v3 release and wanted to use it for publishing multi-arch docker images using it. I followed your documentation, to build images for platfo...
I see this example in bitbucket pipelines documentation that say we can use oidc-role https://support.atlassian.com/bitbucket-cloud/docs/docker-image-options/#OIDC-roles but currently m...
Hi. I am working with multiple self-hosted runners on Windows and multiple concurrent pipelines. Two pipelines are serial, one is supposed to run parallel steps. As far as I can see, each par...
Context Self hosted docker linux runners created with the given command are creating root owned files in /tmp. /tmp is the WORKSPACE directory. This is a security issue as this fil...
Take an example of a following skeleton of a pipeline. # Example definitions: step: - step: &RunFlake name: Run Flake runs-on: - self.hosted - windows script: - git config --global core...
as part of our vault deployment out mount path has / in it. so as the code splits on the first / it isnt able to access secrets as url isnt built correctly.
Hi all, The more I dive into dynamic pipelines the more interested and excited I am about them. As my brain spins I'm starting to think we probably want more than just a single provider, possi...
Pipe: atlassian/bitbucket-iac-scan:0.5.2 Errors: 5:11PM ERR Saving result. failed to detect cwe error="key 'cwe' not found in map" fileName=/opt/atlassian/pipelines/agent/build/c...
When a dynamic pipeline crashes and doesn't return a reply - or it returns an incorrect reply, there's no way to rerun the pipeline in some cases. Case 1: * Normal branch or tag pipeline: Run the p...
Hi Pipeline Gurus, I have a bitbucket pipeline that generates an artifact that is greater than 1GB Since when originally the arifact was created I saw message as follows 1 Sea...
Hi I have this crazy plan that may just work. The way I understand it, Bitbucket says dynamic runners are not possible, and there has to be at least one runner available for any tag combination. Bu...
Hi all, In this YouTube! video by Edmund Munday, Edmund mentions building a dynamic pipeline generated entirely by a `bitbucket-pipelines.yml` file which contains nothing but ...
I am unable to figure out how to configure the bitbucket cloud to get a notification whenever the status of the "self.hosted" runner changes to offline. Can anyone provide a quick and ...
I'm developing a dynamic pipeline and I just noticed that the input request is filtered, and it doesn't include any custom keys. What are some good ways for the bitbucket-pipelines.yml file of a rep...
(This post has been reposted here for better relevance: https://community.atlassian.com/forums/Forge-for-Bitbucket-Cloud/Dynamic-Pipelines-how-to-provide-custom-keys-from-YAML/m-p/3003230#M180 ) I'm...
I have defined a reusable step in my Bitbucket pipeline that runs a script for different IMAGE_NAME values. Currently, I pass the IMAGE_NAME one by one in the script &nb...
I'm using the Bitbucket dependency scanner to check for vulnerabilities, but I frequently encounter a Docker memory limit error. I've tried increasing the memory using size: 2x and size: 4x , both...
Following is how my pipeline yaml file looks like. definitions: step: - step: &GenerateExe name: Generate Exe runs-on: - self.hosted - windows script: - git config --global core.autocrlf...
...epository Settings | Pipelines | SSH Keys", the git push fails when the pipeline runs. So I add the private+public key to that setting and then the pipeline succeeds when executed: automatic merging I now w...
This is a docker compose script running 3 containers on BitBucket pipelines cloud runner I'm seeing this error on my pipeline when using a Docker compose. I've seen posts already online about using ...
Hello Team, Facing the issue container 'docker' exceeded memory limit in Bitbucket pipeline even after mentioning size 2x for Sonarscan. We are using Bitbucket runners. - step: &sonarscan &nbs...
I am still having issues with the 3.1.0 version of the git secret scanner pipe integration which I seemed to have faced in the previous versions too. The issue occurs when I try to include a .gitleak...
...tlassian/bitbucket-dependency-scanner atlassian/bitbucket-dependency-scanner:0.7.0 The bitbucket-dependency-scanner pipe scans your project's dependencies and detect publicly d...
Copied to clipboard