diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index 485f1a5..a642aef 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -3,7 +3,7 @@ on: pull_request: types: [opened, synchronize, reopened] jobs: - security: + security-sca: runs-on: ubuntu-latest steps: - name: Checkout repository @@ -16,4 +16,4 @@ jobs: - name: Run Snyk to check for vulnerabilities run: cd Contentstack.Utils && snyk test --fail-on=all env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} \ No newline at end of file + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}