Skip to content

Update docker/build-push-action action to v5 #241

Update docker/build-push-action action to v5

Update docker/build-push-action action to v5 #241

Workflow file for this run

name: Scan for Secrets
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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"