From db7a56dcdd2d9ffee1bc8af102377c4f83f5c95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Dziewo=C5=84ski?= Date: Wed, 30 Oct 2024 21:12:03 +0100 Subject: [PATCH] chore: remove gitguardian (#3237) --- .github/workflows/ci.yml | 19 ------------------- .gitignore | 2 -- 2 files changed, 21 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f3f6fc6bb..88d04676bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -314,22 +314,3 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: gh pr merge --auto --merge - - gg-scanning: - name: GitGuardian scan - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: GitGuardian scan - uses: GitGuardian/ggshield-action@v1.29.0 - with: - args: -v - env: - GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} - GITHUB_PUSH_BASE_SHA: ${{ github.event.base }} - GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }} - GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} - GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }} diff --git a/.gitignore b/.gitignore index 70f086d553..adb79fbcf2 100644 --- a/.gitignore +++ b/.gitignore @@ -66,5 +66,3 @@ apps/docs/components/utils/components.json apps/docs/components/utils/showcases.json apps/docs/components/utils/hooks.json apps/docs/components/utils/blocks.json - -.cache_ggshield