Skip to content

[INTG-1601]: Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#25) #96

[INTG-1601]: Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#25)

[INTG-1601]: Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#25) #96

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"