We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe55f42 commit 8a4ae54Copy full SHA for 8a4ae54
2 files changed
.gitlab-ci.yml
@@ -1,6 +1,6 @@
1
stages:
2
- reports
3
-
+
4
bearer:
5
stage: reports
6
only:
@@ -19,7 +19,5 @@ bearer_mr_check:
19
20
- merge_requests
21
script:
22
- - curl -sfL https://raw.githubusercontent.com/Bearer/bearer/main/contrib/install.sh | sh -s -- -b /usr/local/bin
23
- curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin
24
- - bearer scan . --format=rdjson --output=rd.json
25
- - cat rd.json | reviewdog -f=rdjson -reporter=gitlab-mr-discussion
+ - ./bearer scan .
bearer
57.9 MB
0 commit comments