Skip to content

Bump docker/login-action from 4.0.0 to 4.1.0 #43

Bump docker/login-action from 4.0.0 to 4.1.0

Bump docker/login-action from 4.0.0 to 4.1.0 #43

Workflow file for this run

name: "trufflehog"
on:
push:
branches:
- "main"
pull_request:
jobs:
scan:
runs-on: "ubuntu-latest"
permissions:
contents: read
steps:
- uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
with:
fetch-depth: 0
- uses: "trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d" # v3.93.8
with:
extra_args: "--results=verified,unknown"