Skip to content

feat: [SEC-7263] Add dependency-scan GitHub Actions workflow #3

feat: [SEC-7263] Add dependency-scan GitHub Actions workflow

feat: [SEC-7263] Add dependency-scan GitHub Actions workflow #3

Workflow file for this run

name: Dependency Scan
on:
pull_request:
push:
branches:
- main
jobs:
dependency-scan:
uses: launchdarkly/common-workflows/.github/workflows/dependency-scan.yml@main

Check failure on line 11 in .github/workflows/dependency-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependency-scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dependency-scan.yml" -> "launchdarkly/common-workflows/.github/workflows/dependency-scan.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
types: 'nodejs'
runs-on: 'ubuntu-latest'
secrets: inherit