From 8b48a2e88202759046abe3adb16ba840bea9e5de Mon Sep 17 00:00:00 2001 From: Mykola Polonskyi Date: Wed, 19 Jun 2024 16:02:30 +0300 Subject: [PATCH] fix git-secrets pipe --- .github/workflows/git-secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-secrets.yml b/.github/workflows/git-secrets.yml index 64bb879..64f3981 100644 --- a/.github/workflows/git-secrets.yml +++ b/.github/workflows/git-secrets.yml @@ -28,4 +28,4 @@ jobs: sudo make install - name: Running scanning tool - run: git secret --scan + run: git secrets --scan