From bf99dab2b3714a561eceb553cc0adc6917b77411 Mon Sep 17 00:00:00 2001 From: Mathias Moser <71728767+matbmoser@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:03:18 +0100 Subject: [PATCH] chore: removed trailing spaces --- docs/release/trg-8/trg-8-03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release/trg-8/trg-8-03.md b/docs/release/trg-8/trg-8-03.md index 20f5fcef06d..1d50082bcc3 100644 --- a/docs/release/trg-8/trg-8-03.md +++ b/docs/release/trg-8/trg-8-03.md @@ -30,7 +30,7 @@ Including `run: exit 1` in a step of a GitHub Actions workflow, as demonstrated GitHub Actions allows you to define workflows to automatically run TruffleHog scans on your code. You'll see the output that triggered the failure directly in the logs. -To comply with this TRG, simply create a file under the path: `.github/workflows/trufflehog.yaml` with the following content: +To comply with this TRG, simply create a file under the path: `.github/workflows/trufflehog.yaml` with the following content: ```yml ###############################################################