Skip to content

docs: revert SECURITY.md to standard policy (v0.7.40) #8

docs: revert SECURITY.md to standard policy (v0.7.40)

docs: revert SECURITY.md to standard policy (v0.7.40) #8

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 }}