From c3e47ce91d02e8aafbeaef34911324a56b057824 Mon Sep 17 00:00:00 2001 From: Ruben Suarez Alvarez Date: Fri, 29 Sep 2023 10:40:41 +0200 Subject: [PATCH] Replace Gitleaks github action with Run GitLeaks --- .github/workflows/docker-build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index b87f614..761d363 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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/gitleaks-action@v1.6.0 + # 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