We're adding back support for an external configuration file. You can use the config-file
configuration string to specify a path to a YAML configuration file where you can specify any options you want:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v2
with:
- config-file: ./.github/dependency-review-config.yml