Skip to content

build(deps): Bump actions/dependency-review-action from 4.1.0 to 4.1.3 #366

build(deps): Bump actions/dependency-review-action from 4.1.0 to 4.1.3

build(deps): Bump actions/dependency-review-action from 4.1.0 to 4.1.3 #366

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.
name: TruffleHog
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Declare default permissions as read only.
permissions: read-all
jobs:
trufflehog_job:
runs-on: ubuntu-latest
name: Scan for secrets
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout Source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Check secrets with TruffleHog OSS
uses: trufflesecurity/trufflehog@e8006f1beebc0572068d6d3c1017b564ec516253 # v3.67.6
with:
path: ./
head: HEAD
extra_args: --only-verified