Skip to content

Commit

Permalink
Update git-secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarenJoseph authored Jul 18, 2023
1 parent 64277b1 commit 0927f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# This workflow contains a single job called "main"
git-secrets:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: macos-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
python-version: 3.8
- name: Installing dependencies
run:
sudo apt-get install git less openssh-server
brew install git less openssh
- name: Installing scanning tool
run: |
brew install git-secrets
Expand Down

0 comments on commit 0927f06

Please sign in to comment.