From ea4fc017553365fe091a80b2cf03239472f91e81 Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Tue, 21 Jan 2025 14:43:07 -0800 Subject: [PATCH] fix snyk step --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88f863a..48ed03c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -278,13 +278,13 @@ jobs: - name: Run Snyk as a blocking step uses: snyk/actions/gradle@master env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - args: - --org=${{ secrets.SNYK_ORG_ID }} - --project-name=${{ github.repository }} - --severity-threshold=high - --fail-on=all + args: > + --org=${{ secrets.SNYK_ORG_ID }} + --project-name=${{ github.repository }} + --severity-threshold=high + --fail-on=all - name: Test and coverage run: |