ctie-exercice/.gitea/workflows/trufflehog.yml
Adrien Bouvais 68b65861ac
Some checks failed
Build and Push Docker Images / build-and-push (push) Successful in 25s
Validate Kubernetes & YAML / validate-all (push) Failing after 34s
Back to normal bin
2026-08-17 09:35:15 +02:00

19 lines
479 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: Run TruffleHog CLI
run: |
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sudo sh -s -- -b /usr/local/bin
trufflehog git file://$(pwd) --results=verified