2022-03-31 18:31:39 +02:00
|
|
|
name: 'Dependency Review'
|
2022-04-06 16:03:35 -04:00
|
|
|
description: 'Prevent the introduction of dependencies with known vulnerabilities'
|
2022-03-31 18:31:39 +02:00
|
|
|
author: 'GitHub'
|
|
|
|
|
inputs:
|
|
|
|
|
repo-token:
|
|
|
|
|
description: 'Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.'
|
|
|
|
|
required: false
|
|
|
|
|
default: ${{ github.token }}
|
|
|
|
|
runs:
|
|
|
|
|
using: 'node16'
|
|
|
|
|
main: 'dist/index.js'
|