Skip to content

fix: mask password in __repr__, remove redundant clean_message in _se… #6

fix: mask password in __repr__, remove redundant clean_message in _se…

fix: mask password in __repr__, remove redundant clean_message in _se… #6

Workflow file for this run

name: GitGuardian scan
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
scanning:
name: GitGuardian scan
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: GitGuardian scan
uses: GitGuardian/ggshield-action@v1
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}