Skip to content

Bugfix/CS-36339-Remove //@ts-nocheck comment from "src/seed/contentstack/client.ts" #1260

Bugfix/CS-36339-Remove //@ts-nocheck comment from "src/seed/contentstack/client.ts"

Bugfix/CS-36339-Remove //@ts-nocheck comment from "src/seed/contentstack/client.ts" #1260

Workflow file for this run

name: SAST Scan
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Horusec Scan
run: docker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/src horuszup/horusec-cli:latest horusec start -p /src -P $(pwd)