Skip to content

chore: validate images from registry via Pepr (impl) #183

chore: validate images from registry via Pepr (impl)

chore: validate images from registry via Pepr (impl) #183

Workflow file for this run

name: secret-scan
on: pull_request
jobs:
secret-scan: # scan for any live secrets in the repository using trufflehog
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: Default Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --debug --no-verification # Warn on potential violations