diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index d96073a2c..46bd87fcf 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -32,4 +32,5 @@ jobs: # Fetch project source with GitHub Actions Checkout. - uses: actions/checkout@v3 # Run the "semgrep scan" command on the command line of the docker image. - - run: semgrep scan --config auto \ No newline at end of file + - run: semgrep scan --config auto + \ No newline at end of file