We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d19461 commit 2054857Copy full SHA for 2054857
.github/workflows/ci-integrations.yml
@@ -15,24 +15,6 @@ on:
15
16
17
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
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
-
36
run-ci:
37
name: Run CI
38
runs-on: ubuntu-latest
0 commit comments