Skip to content

Merge pull request #17 from pwssOrg/pwgit-create-patch-1 #9

Merge pull request #17 from pwssOrg/pwgit-create-patch-1

Merge pull request #17 from pwssOrg/pwgit-create-patch-1 #9

Workflow file for this run

name: SCA Scan - FileQuarantine
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
security-file-quarantine:
uses: pwssOrg/reusable-workflows/.github/workflows/sca_scan_base.yml@main
with:
working-path: fq
name-of-snyk-step: Check for vulnerabilities in FileQuarantine
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}