Skip to content

feat: nightly releases of pepr cli and controller image #1170

feat: nightly releases of pepr cli and controller image

feat: nightly releases of pepr cli and controller image #1170

Workflow file for this run

name: secret-scan
on:
pull_request:
branches:
- main
paths-ignore:
- "LICENSE"
- "CODEOWNERS"
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
secret-scan: # scan for any live secrets in the repository using trufflehog
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Default Secret Scanning
uses: trufflesecurity/trufflehog@a94d152bf65bebf5baa486d3d4dfee520af2ceed # main
with:
extra_args: --debug --no-verification # Warn on potential violations