-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update task/rpms-signature-scan/0.1/README.md
- Loading branch information
1 parent
f54045c
commit 0ea0b4a
Showing
1 changed file
with
31 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,31 @@ | ||
# rpms-signature-scan.yaml task | ||
|
||
## Description: | ||
This tasks scans RPMs in an image and provide information about RPMs signatures. | ||
|
||
It can be used in two modes. Depending on the value of parameter `FAIL_UNSIGNED`, it | ||
will either fail any run that find unsigned RPMs, or only report its finding without | ||
failing (the latter is useful when running inside a build pipeline which tests the use of RPMs before their official release). | ||
|
||
## Params: | ||
|
||
| Name | Description | Defaults | | ||
|-----------------|-------------------------------------------------------------------|-----------| | ||
| IMAGE | Image used for running the tasks's script | | | ||
| INPUT | A reference to a container image | | | ||
| FAIL_UNSIGNED | [true \| false] If true fail if unsigned RPMs were found | false | | ||
| WORKDIR | Directory for storing temporary files | | | ||
|
||
|
||
## Results: | ||
|
||
| Name | Description | | ||
|-------------------|--------------------------| | ||
| TEST_OUTPUT | Tekton task test output | | ||
| RPMS_DATA | RPMs scanner results | | ||
|
||
## Source repository for image: | ||
https://github.com/redhat-appstudio/tools | ||
|
||
## Source repository for task: | ||
https://github.com/redhat-appstudio/tekton-tools |