Skip to content

[INTG-1601]: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #506

[INTG-1601]: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

[INTG-1601]: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #506

Workflow file for this run

# yamllint disable rule:line-length
---
name: Security Scan
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
pull_request:
types: [opened]
push:
jobs:
Trufflehog:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Trufflehog Actions Scan
uses: edplato/trufflehog-actions-scan@v0.9i-beta
with:
scanArguments: "--regex --entropy=False --max_depth=50 --rules /github/workspace/.github/trufflehog/rules.json -x /github/workspace/.github/trufflehog/exclude-files.txt"