Skip to content

docs: seed CHANGELOG.md (Keep-a-Changelog format) #80

docs: seed CHANGELOG.md (Keep-a-Changelog format)

docs: seed CHANGELOG.md (Keep-a-Changelog format) #80

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
# Secret scanning for claude-integrations
# Prevents hardcoded secrets from reaching main
name: Secret Scanner
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: TruffleHog Secret Scan
uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # v3
with:
extra_args: --only-verified --fail