Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shanebonham committed Dec 17, 2024
1 parent 409d241 commit dc7270a
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
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 |

0 comments on commit dc7270a

Please sign in to comment.