ctie-exercice/.gitea/workflows/trufflehog.yml
Adrien Bouvais d0e48b5891
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 1m36s
Changed gitleaks to trufflehog
2026-08-16 15:00:22 +02:00

19 lines
368 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:
extra_args: --only-verified