-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ashnamehrotra <[email protected]>
- Loading branch information
1 parent
d2b0447
commit f7caa08
Showing
1 changed file
with
34 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copa Github Action | ||
|
||
## Overview | ||
|
||
The [Copa Github Action](https://github.com/project-copacetic/copa-action) allows you patch vulnerable containers in your workflows using Copa. | ||
See Copa Action docs for example usage. | ||
|
||
## Inputs | ||
|
||
## `image` | ||
|
||
**Required** The image reference to patch. | ||
|
||
## `image-report` | ||
|
||
**Required** The trivy json vulnerability report of the image to patch. | ||
|
||
## `patched-tag` | ||
|
||
**Required** The new patched image tag. | ||
|
||
## `buildkit-version` | ||
|
||
**Optional** The buildkit version used in the action, default is latest. | ||
|
||
## `copa-version` | ||
|
||
**Optional** The Copa version used in the action, default is latest. | ||
|
||
## Output | ||
|
||
## `patched-image` | ||
|
||
Image reference of the resulting patched image. |