Skip to content

Commit db7a56d

Browse files
chore: remove gitguardian (#3237)
1 parent bb7cc00 commit db7a56d

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/ci.yml

-19
Original file line numberDiff line numberDiff line change
@@ -314,22 +314,3 @@ jobs:
314314
env:
315315
GH_TOKEN: ${{ github.token }}
316316
run: gh pr merge --auto --merge
317-
318-
gg-scanning:
319-
name: GitGuardian scan
320-
runs-on: ubuntu-latest
321-
steps:
322-
- name: Checkout
323-
uses: actions/checkout@v4
324-
with:
325-
fetch-depth: 0
326-
- name: GitGuardian scan
327-
uses: GitGuardian/[email protected]
328-
with:
329-
args: -v
330-
env:
331-
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
332-
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
333-
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
334-
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
335-
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ apps/docs/components/utils/components.json
6666
apps/docs/components/utils/showcases.json
6767
apps/docs/components/utils/hooks.json
6868
apps/docs/components/utils/blocks.json
69-
70-
.cache_ggshield

0 commit comments

Comments
 (0)