Skip to content

feat: add audited copy (cp) command #186

feat: add audited copy (cp) command

feat: add audited copy (cp) command #186

Workflow file for this run

on:
pull_request:
jobs:
TruffleHog:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
- name: TruffleHog OSS
id: trufflehog
uses: trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
continue-on-error: true
with:
path: ./
- name: Scan Results Status
if: steps.trufflehog.outcome == 'failure'
run: exit 1