forked from rubensa/docker-ubuntu-tini
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Gitleaks github action with Run GitLeaks
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|