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)!
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: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"
This pipe uses Snyk to find, fix and monitor known vulnerabilities in your app dependencies and docker image.
|
atlassian/trigger-pipeline:5.3.0 Trigger a pipeline in a Bitbucket repository.
|
atlassian/firebase-deploy:4.2.0 Deploy your code to Firebase using this pipe.
|
launchdarkly/ld-find-code-refs-pipe:2.11.0 Job for finding and sending feature flag code references to LaunchDarkly
|
sonarsource/sonarcloud-scan:2.0.0 Detect bugs & vulnerabilities in your repository
|
atlassian/checkstyle-report:0.4.0 Finds Checkstyle report files in working directory and converts the results into a Bitbucket Code Insight Report.
|
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.
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.
Oleksandr Kyrdan
0 comments