Skip to content

Add log to maestro, so kcidb goes over maestro pipeline, disable direct kcidb submissions for now #23

Add log to maestro, so kcidb goes over maestro pipeline, disable direct kcidb submissions for now

Add log to maestro, so kcidb goes over maestro pipeline, disable direct kcidb submissions for now #23

Workflow file for this run

name: TruffleHog to Scan for Secrets
on: [pull_request]
permissions:
contents: read
jobs:
TruffleHog:
name: TruffleHog
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
id: trufflehog
uses: trufflesecurity/trufflehog@main
continue-on-error: true
with:
path: ./
base: "${{ github.event.repository.default_branch }}"
head: HEAD
extra_args: --only-verified
- name: Scan Results Status
if: steps.trufflehog.outcome == 'failure'
run: exit 1