We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba7258 commit 3385226Copy full SHA for 3385226
.github/workflows/dotnet-core.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
git clone https://github.com/awslabs/git-secrets.git target
19
cd target
20
- ./install.ps1
+ sudo make install
21
echo "Git-secrets installation completed"
22
git secrets --register-aws --global
23
echo "Added aws secret templates"
0 commit comments