Skip to content

Bump github.com/go-git/go-git/v5 from 5.16.4 to 5.18.0 #39

Bump github.com/go-git/go-git/v5 from 5.16.4 to 5.18.0

Bump github.com/go-git/go-git/v5 from 5.16.4 to 5.18.0 #39

Workflow file for this run

name: Secrets Scan
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
trufflehog:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout Source
uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: main
head: HEAD