We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033570f commit 2186351Copy full SHA for 2186351
.github/workflows/reviewdog.yml
@@ -0,0 +1,20 @@
1
+# Managed by https://github.com/powerhome/software. Do not make changes here, they will be reverted.
2
+
3
+name: Automated Code Reviews
4
+on: [pull_request]
5
6
+jobs:
7
+ brakeman:
8
+ name: Brakeman
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Check out code
12
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
+ - name: Set up Ruby
14
+ uses: ruby/setup-ruby@v1
15
+ - name: "Brakeman audiences"
16
+ uses: reviewdog/action-brakeman@2a6e4356f87d023571b20b09850e6e5d3ed6856b # v2
17
+ with:
18
+ brakeman_version: gemfile
19
+ tool_name: "audiences"
20
+ workdir: "./audiences"
0 commit comments