diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml
index 69517a04..21a54e1c 100644
--- a/.github/workflows/semgrep.yml
+++ b/.github/workflows/semgrep.yml
@@ -17,15 +17,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - id: semgrep
-        run: |-
-          semgrep ci 
-          --config=p/owasp-top-ten 
-          --config=p/cwe-top-25 
-          --config=p/gitleaks
-          --config .semgrep/rules/detected-aws-account-id-in-arn.yaml  
-          --config r/generic.secrets.security.detected-aws-account-id.detected-aws-account-id 
-          --config r/generic.secrets.security.detected-aws-secret-access-key.detected-aws-secret-access-key 
-          -q --skip-unknown-extensions --suppress-errors
+        run: semgrep ci --config=p/owasp-top-ten --config=p/cwe-top-25 --config=p/gitleaks --config .semgrep/rules/detected-aws-account-id-in-arn.yaml --config r/generic.secrets.security.detected-aws-account-id.detected-aws-account-id --config r/generic.secrets.security.detected-aws-secret-access-key.detected-aws-secret-access-key -q --skip-unknown-extensions --suppress-errors
         continue-on-error: true
 
       - name: Get branch name (pull request)