Skip to content

Commit 850c2bb

Browse files
committed
Merge remote-tracking branch 'origin/add-base64-decode-processor' into add-base64-decode-processor
2 parents f31b00b + 0927f06 commit 850c2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git-secrets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# This workflow contains a single job called "main"
1010
git-secrets:
1111
# The type of runner that the job will run on
12-
runs-on: ubuntu-18.04
12+
runs-on: macos-latest
1313

1414
# Steps represent a sequence of tasks that will be executed as part of the job
1515
steps:
@@ -22,7 +22,7 @@ jobs:
2222
python-version: 3.8
2323
- name: Installing dependencies
2424
run:
25-
sudo apt-get install git less openssh-server
25+
brew install git less openssh
2626
- name: Installing scanning tool
2727
run: |
2828
brew install git-secrets

0 commit comments

Comments
 (0)