From 58e12c0fdd2ffb86a952c0474ed56f957629fc55 Mon Sep 17 00:00:00 2001 From: jackdawm <123431751+jackdawm@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:08:24 -0500 Subject: [PATCH] Delete .github/workflows/security.yml (#418) Obviated by https://github.com/temporalio/tcld/security/secret-scanning --- .github/workflows/security.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/security.yml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml deleted file mode 100644 index 3e47651e..00000000 --- a/.github/workflows/security.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Leaked Secrets Scan -on: [pull_request] -jobs: - TruffleHog: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@v3.63.1 - with: - path: ./ - base: ${{ github.event.repository.default_branch }} - head: HEAD