Skip to content

Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 #31

Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1

Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 #31

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