Skip to content

Commit 2054857

Browse files
chore(IN-4315): remove gitguardian scan (#7294)
1 parent 1d19461 commit 2054857

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Diff for: .github/workflows/ci-integrations.yml

-18
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ on:
1515

1616

1717
jobs:
18-
scanning:
19-
name: GitGuardian scan
20-
if: false
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@v4
24-
with:
25-
fetch-depth: 0 # fetch all history so multiple commits can be scanned
26-
- uses: GitGuardian/ggshield-action@v1
27-
with:
28-
args: -v
29-
env:
30-
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
31-
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
32-
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
33-
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
34-
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
35-
3618
run-ci:
3719
name: Run CI
3820
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)