Skip to content

Bump actions/checkout from 3.6.0 to 4.0.0 #346

Bump actions/checkout from 3.6.0 to 4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0 #346

Workflow file for this run

name: Secret scan
on: [pull_request]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 0
- name: Scan code for hardcoded secrets
uses: trufflesecurity/trufflehog@d1b1ac408ef0bf354ae713e63140164680bb7b82
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD