Skip to content

.github/workflows/security-checks.yml #10

.github/workflows/security-checks.yml

.github/workflows/security-checks.yml #10

name: Security Checks
on:
pull_request:
schedule:
- cron: '10 5 * * 6'
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
Scans:
name: Scans
uses: ncino/security-checks/.github/workflows/[email protected]

Check failure on line 16 in .github/workflows/security-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security-checks.yml

Invalid workflow file

error parsing called workflow ".github/workflows/security-checks.yml" -> "ncino/security-checks/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
semgrep_run: true
trufflehog_run: true
trufflehog_ignore_list: >-
spec/lib/ncino.zip,
src/LLC_BI/main/default/staticresources/llc_web_ui/LiveEditor/scripts/common/webimage.htm,
src/staticresources/llc_web_ui.resource,
staticresources/llc_web_ui.resource
secrets: inherit