Skip to content

chore: Update CI to skip docker image build if Rust checks fail. #4

chore: Update CI to skip docker image build if Rust checks fail.

chore: Update CI to skip docker image build if Rust checks fail. #4

Workflow file for this run

name: Secret Leaks
on:
push:
jobs:
trufflehog:
runs-on:
group: aws-general-8-plus
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --exclude-globs='test_data/.*'