We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379994d commit 6e0eb1aCopy full SHA for 6e0eb1a
.github/actions/npm-audit-list/action.yaml
@@ -2,6 +2,10 @@ name: Output npm audit and list results as Markdown
2
description: >
3
A reusable action to output `npm audit` and a filtered `npm list` (based on
4
the audit results) in Markdown.
5
+outputs:
6
+ result:
7
+ description: Combined npm audit/list reports
8
+ value: ${{ steps.combined_report.outputs.result }}
9
runs:
10
using: composite
11
steps:
0 commit comments