Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
add bitbucket template
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarailenacosta committed Aug 24, 2022
1 parent db982ef commit 0286785
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pipelines:
default:
- step:
name: "Generate dependencies file"
image: gradle:6.3.0-jdk11
script:
- ./gradlew dependencies > .debricked-gradle-dependencies.txt
artifacts:
- '**.debricked-gradle-dependencies.txt'
- step:
name: Debricked-scan
script:
- pipe: debricked/debricked-scan:1.4.1
variables:
DEBRICKED_TOKEN: $DEBRICKED_TOKEN
# For all options, please check https://bitbucket.org/debricked/debricked-scan

0 comments on commit 0286785

Please sign in to comment.