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