Skip to content
Compare
Choose a tag to compare
@febuiles febuiles released this 18 Aug 14:41
· 1375 commits to main since this release

This release includes a couple of new features (thanks @WillDaSilva and @tspascoal):

  1. The Action now includes a summary of the vulnerabilities and licenses detected:

Screenshot 2022-08-18 at 16 28 37

You can see a live example by visiting: https://github.com/future-funk/redesigned-custom-spood/actions/runs/2883016064

  1. You can now use the Action in events different to pull_request. You just need to provide a head-sha and base-sha in your config file:
name: Dependency Review
  uses: actions/dependency-review-action@v2
  with:
    # You can pass any git refs here
    # base-ref: ${{ your_base_ref }}
    # head-ref: ${{ your_head_ref }}