Skip to content

fix(deps): update module github.com/google/go-github/v58 to v60 - autoclosed #18

fix(deps): update module github.com/google/go-github/v58 to v60 - autoclosed

fix(deps): update module github.com/google/go-github/v58 to v60 - autoclosed #18

Workflow file for this run

name: Secret Scanner
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
TruffleHog:
name: Secrets Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified