Skip to content

Create node.js.yml #316

Create node.js.yml

Create node.js.yml #316

Workflow file for this run

name: Scan for Secrets
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
submodules: false
- name: Trufflehog Actions Scan
uses: edplato/trufflehog-actions-scan@master
with:
scanArguments: "--regex --max_depth=10 -x .trufflehog/exclude-patterns.txt"