Skip to content

Commit

Permalink
Update gitleaks_github_actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-benohe authored Dec 16, 2024
1 parent 0fb77d0 commit 27eb288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitleaks_github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
wget https://github.com/zricethezav/gitleaks/releases/download/${GITLEAKS_VERSION}/gitleaks-linux-amd64 -O gitleaks
chmod +x gitleaks
echo ${GITHUB_SHA}
echo "gitleaks --repo-url=${REPO} -v --pretty --redact --commit=${GITHUB_SHA} --config=gitleaks.toml"
./gitleaks --repo-url=${REPO} -v --pretty --redact --commit=${GITHUB_SHA} --config=gitleaks.toml
echo "gitleaks --repo-url=${REPO} -v --redact --commit=${GITHUB_SHA} --config-path=gitleaks.toml"
./gitleaks --repo-url=${REPO} -v --redact --commit=${GITHUB_SHA} --config-path=gitleaks.toml
- name: Slack notification
if: failure()
env:
Expand Down

0 comments on commit 27eb288

Please sign in to comment.