Lane Seppala ac46ae2e5b Merge pull request #16 from actions/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.18.0
Bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.18.0
2022-04-04 17:02:50 -06:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00
2022-03-31 18:31:39 +02:00

dependency-review-action

This Action scans your pull requests for vulnerabilities introduced when adding or updating your project's dependencies. A check in your Pull Requests will let notify you of the results.

Screen Shot 2022-03-31 at 1 10 51 PM

Installation

  1. Add a new YAML workflow to your .github/workflows folder:
name: 'Dependency Review'
on: [pull_request]

permissions:
  contents: read

jobs:
  dependency-review:
    runs-on: ubuntu-latest
    steps:
      - name: 'Checkout Repository'
        uses: actions/checkout@v3
      - name: 'Dependency Review'
        uses: actions/dependency-review-action@v1

Getting help

If you have bug reports, questions or suggestions please create a new issue.

Contributing

We are grateful for any contributions made to this project.

Please read CONTRIBUTING.MD to get started.

License

This project is released under the MIT License.

Description
Mirror of github.com/actions/dependency-review-action
Readme 51 MiB
Languages
TypeScript 98.2%
Ruby 1.7%
JavaScript 0.1%