From f980706a24fd427598ff92dfd9d21ed71607ead2 Mon Sep 17 00:00:00 2001 From: Eric Ward <5046884+ericward-noaa@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:48:35 -0800 Subject: [PATCH] Add files via upload --- .github/workflows/secretScan.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/secretScan.yml diff --git a/.github/workflows/secretScan.yml b/.github/workflows/secretScan.yml new file mode 100644 index 0000000..1af40d6 --- /dev/null +++ b/.github/workflows/secretScan.yml @@ -0,0 +1,13 @@ +name: gitleaks + +on: [push, pull_request] + +jobs: + gitleaks: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: '0' + - name: gitleaks-action + uses: gitleaks/gitleaks-action@v1.6.0