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