Skip to content

95 fix broken workflow scripts #20

95 fix broken workflow scripts

95 fix broken workflow scripts #20

Workflow file for this run

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