Skip to content

Commit

Permalink
chore: remove gitguardian
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon-dziewonski committed Oct 29, 2024
1 parent 30bfa9a commit 9c0ada0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9c0ada0

Please sign in to comment.