Skip to content

Commit

Permalink
Replace Gitleaks github action with Run GitLeaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensa committed Sep 19, 2024
1 parent d092669 commit a784a16
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:
fetch-depth: 0

# Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos.
# https://github.com/gitleaks/gitleaks-action/tree/v1.6.0
- name: Gitleaks
uses: zricethezav/[email protected]
# https://github.com/marketplace/actions/run-gitleaks
- name: Run GitLeaks
uses: gacts/gitleaks@v1
with:
version: 8.18.0

# Allow Buildx multi-platform builds
# https://github.com/docker/setup-qemu-action
Expand Down

0 comments on commit a784a16

Please sign in to comment.