Skip to content

Commit 5ecdc4b

Browse files
authored
Merge pull request #1045 from forks-felickz/main
Feat: Add `Patched Version` to `Vulnerabilities` summary
2 parents dea54b4 + e8c2f9a commit 5ecdc4b

File tree

13 files changed

+2097
-252
lines changed

13 files changed

+2097
-252
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
- [Overview](#overview)
55
- [Viewing the results](#viewing-the-results)
66
- [Installation](#installation)
7-
- [Installation (standard)](#installation-standard)
8-
- [Installation (GitHub Enterprise Server)](#installation-github-enterprise-server)
7+
- [Installation (standard)](#installation-standard)
8+
- [Installation (GitHub Enterprise Server)](#installation-github-enterprise-server)
99
- [Configuration](#configuration)
1010
- [Configuration options](#configuration-options)
1111
- [Configuration methods](#configuration-methods)
@@ -130,6 +130,7 @@ All configuration options are optional.
130130
| `warn-only`+ | When set to `true`, the action will log all vulnerabilities as warnings regardless of the severity, and the action will complete with a `success` status. This overrides the `fail-on-severity` option. | `true`, `false` | `false` |
131131
| `show-openssf-scorecard` | When set to `true`, the action will output information about all the known OpenSSF Scorecard scores for the dependencies changed in this pull request. | `true`, `false` | `true` |
132132
| `warn-on-openssf-scorecard-level` | When `show-openssf-scorecard-levels` is set to `true`, this option lets you configure the threshold for when a score is considered too low and gets a :warning: warning in the CI. | Any positive integer | 3 |
133+
| `show-patched-versions`\* | When set to `true`, the vulnerability summary table will include an additional column showing the first patched version for each vulnerability. This requires additional API calls to fetch advisory data. | `true`, `false` | `false` |
133134

134135
> [!NOTE]
135136
>
@@ -215,6 +216,7 @@ You can use an external configuration file to specify settings for this action.
215216

216217
3. Create the configuration file in the path you specified for `config-file`.
217218
4. In the configuration file, specify your chosen settings.
219+
218220
```yaml
219221
fail-on-severity: 'critical'
220222
allow-licenses:

0 commit comments

Comments
 (0)