-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
409d241
commit dc7270a
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# bundle-audit-action | ||
Runs bundle-audit check --update and outputs results. | ||
# Bundle Audit Action | ||
|
||
This is a GitHub action that runs `bundle-audit check --update`, and then outputs some information about the results. It's designed to be used in conjection with other actions that do something with the results. | ||
|
||
See: | ||
- [bundle-audit-check-action](https://github.com/planningcenter/bundle-audit-check-action) | ||
- [bundle-audit-to-asana-action](https://github.com/planningcenter/bundle-audit-to-asana-action) | ||
|
||
## Inputs | ||
|
||
None. | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|:-:|:-:| | ||
| `has_vulnerabilities` | "true" or "false" depending on whether any vulnerabilities were detected | | ||
| `audit_output` | JSON-encoded string containing the vulnerability output | |