Skip to content

[INTG-1601]: Bump the dependencies group with 4 updates #2186

[INTG-1601]: Bump the dependencies group with 4 updates

[INTG-1601]: Bump the dependencies group with 4 updates #2186

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"