Skip to content

Update snyk-scan.yml #11

Update snyk-scan.yml

Update snyk-scan.yml #11

Workflow file for this run

name: SCA Scan - File Integrity Scanner
on:
push:
branches: [ "95-fix-broken-workflow-scripts" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
security-file-integrity_scanner:
uses: pwssOrg/reusable-workflows/.github/workflows/sca_test.yml@Fix_Broken_Workflow_Scripts_in_file_integrity_scanner-95
with:
working-path: File-Integrity-Scanner
name-of-snyk-step: Check for vulnerabilities in File Integrity Scanner
integrity_db: true
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}