Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket Pipes Digest: October 2023

Pipes monthly digest October 2023


Hi,

Welcome to the next Bitbucket Pipes digest. This month comes packed with additions to Pipes. Don’t forget to subscribe (click Watch and select Articles)!

New pipes

rooted-concepts-inc/codewarden-pipe

rooted-concepts-inc/codewarden-pipe:0.1.1

Will analyze your pull request code using Code Warden against the requirements detailed in your Jira ticket

script:
  - pipe: rooted-concepts-inc/codewarden-pipe:0.1.1
    variables:
      JIRA_URL : $JIRA_DATACENTRE_URL
      JIRA_USER : $JIRA_DATACENTRE_USER
      JIRA_PASSWORD: $JIRA_DATACENTRE_PASSWORD
      BITBUCKET_PR_ID: $BITBUCKET_PR_ID
      BITBUCKET_REPO_FULL_NAME: $BITBUCKET_REPO_FULL_NAME
      CODEWARDEN_ACCESS_TOKEN: $BITBUCKET_ACCESS_TOKEN

 

atlassian/google-gar-push-image

atlassian/google-gar-push-image:0.2.0

Pushes docker images to the Google Artifactory Registry (GAR)

script:
  # build the image before push
  - docker build -t examples/my-gar-image .

  # use the pipe to push the image to GAR
  - pipe: atlassian/google-gar-push-image:0.2.0
    variables:
      KEY_FILE: $KEY_FILE
      LOCATION: "europe-west1"
      PROJECT: "my-project"
      REPOSITORY: "my-repository"
      IMAGE_NAME: "examples/my-gar-image"

 

Updated pipes

snyk/snyk-scan

snyk/snyk-scan:1.0.0

This pipe uses Snyk to find, fix and monitor known vulnerabilities in your app dependencies and docker image.

  • major: feat: remove usage of deprecated Snyk CLI Docker images. BREAKING CHANGE: Snyk CLI Docker images are now deprecated.
  • Please use tags supported by Snyk Images for the LANGUAGE variable instead.
  • Alternately, users can provide their own base image using the SNYK_BASE_IMAGE variable.
  • Add support for configuring the SNYK_API

 

 

atlassian/trigger-pipeline

atlassian/trigger-pipeline:5.3.0

Trigger a pipeline in a Bitbucket repository.

  • Add retry functionality to check the build status.

 

atlassian/firebase-deploy

atlassian/firebase-deploy:4.2.0

Deploy your code to Firebase using this pipe.

  • Bump firebase-tools version to 12.

  • Remove support for NodeJS v14.

 

launchdarkly/ld-find-code-refs-pipe

launchdarkly/ld-find-code-refs-pipe:2.11.0

Job for finding and sending feature flag code references to LaunchDarkly

  • Update docker images
  • Update app to go 1.20
  • Update module-path to v2

 

sonarsource/sonarcloud-scan

sonarsource/sonarcloud-scan:2.0.0

Detect bugs & vulnerabilities in your repository

  • Docker image and scan now use Java 17

 

atlassian/checkstyle-report

atlassian/checkstyle-report:0.4.0

Finds Checkstyle report files in working directory and converts the results into a Bitbucket Code Insight Report.

  • Fix duplicate annotation id error when attempting to submit more than one annotation per-line.

  • Bump version of jackson-databind to 2.13.4 to fix security issues.

 

The pipes requirements was updated to the newest version of bitbucket-pipes-toolkit with fix CVE vulnerabilities in third-party dependencies: certify and gitpython.

 

To discover more pipes, visit our Bitbucket Pipes Marketplace.

 

Top Community questions

If you’d like to suggest a pipe to be improved or new pipe to be implemented, please, find the appropriate ticket in the list of existing tickets , vote for them or create a new suggestion request with type Suggestion and Component: Pipelines - Pipes.

If you’d like help with Bitbucket Pipes, or you have an issue or feature request, let us know on Community

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events