We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f31b00b + 0927f06 commit 850c2bbCopy full SHA for 850c2bb
.github/workflows/git-secrets.yml
@@ -9,7 +9,7 @@ jobs:
9
# This workflow contains a single job called "main"
10
git-secrets:
11
# The type of runner that the job will run on
12
- runs-on: ubuntu-18.04
+ runs-on: macos-latest
13
14
# Steps represent a sequence of tasks that will be executed as part of the job
15
steps:
@@ -22,7 +22,7 @@ jobs:
22
python-version: 3.8
23
- name: Installing dependencies
24
run:
25
- sudo apt-get install git less openssh-server
+ brew install git less openssh
26
- name: Installing scanning tool
27
run: |
28
brew install git-secrets
0 commit comments