Skip to content

develop(actions): Configured Actions to use shared workflows from 'hms-dbmi/actions' #214

develop(actions): Configured Actions to use shared workflows from 'hms-dbmi/actions'

develop(actions): Configured Actions to use shared workflows from 'hms-dbmi/actions' #214

Workflow file for this run

name: Scan
on:
push:
branches: [ master, development ]
pull_request:
branches: [ master, development ]
schedule:
- cron: '0 12 * * 1' # runs at 12:00 UTC on Mondays
workflow_dispatch:
jobs:
scan:
uses: hms-dbmi/actions/.github/workflows/scan.yml@main

Check failure on line 14 in .github/workflows/scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/scan.yml" -> "hms-dbmi/actions/.github/workflows/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.
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
repository: ${{ github.repository }}
commit: ${{ github.sha }}