Skip to content

[Snyk] Security upgrade next from 12.0.5 to 12.0.8 #20

[Snyk] Security upgrade next from 12.0.5 to 12.0.8

[Snyk] Security upgrade next from 12.0.5 to 12.0.8 #20

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)