ctie-exercice/.gitea/workflows/trufflehog.yml
Adrien Bouvais 287725306a
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 38s
Validate Kubernetes & YAML / validate-all (push) Failing after 36s
Try trufflehog action
2026-08-17 09:13:08 +02:00

20 lines
423 B
YAML

name: Build and Push Docker Images
on: [pull_request, push]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog Secret Scan
uses: trufflesecurity/trufflehog@main
with:
# Optional: Add any extra CLI arguments here
extra_args: --only-verified