-
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.
feat(STONEINTG-660): rename CLAIR_SCAN_RESULT to SCAN_OUTPUT
Signed-off-by: Jiri Sztuka <[email protected]>
- Loading branch information
Showing
11 changed files
with
296 additions
and
31 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
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
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
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
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
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
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
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
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,10 @@ | ||
# Migration from 0.1 to 0.2 | ||
|
||
Version 0.2: | ||
|
||
This change is required for providing consistent experience for users. This originates in https://issues.redhat.com/browse/ADR-30, look there for more details. | ||
CLAIR_SCAN_RESULT is being renamed to SCAN_OUTPUT. | ||
|
||
## Action from users | ||
|
||
Renovate bot PR will be created with warning icon for a clair-scan which is expected, no actions from users are required. |
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,32 @@ | ||
# clair-scan task | ||
|
||
## Description: | ||
The clair-scan task performs vulnerability scanning using Clair, an open source tool for performing static analysis | ||
on container images. Clair is specifically designed for scanning container images for security issues by | ||
analyzing the components of a container image and comparing them against Clair's vulnerability databases. | ||
|
||
## Params: | ||
|
||
| name | description | default | | ||
|--------------|-----------------------------------------------------------------|-| | ||
| image-digest | Image digest to scan. | None | | ||
| image-url | Image URL. | None | | ||
| docker-auth | unused, should be removed in next task version | | | ||
| ca-trust-config-map-name|The name of the ConfigMap to read CA bundle data from.| trusted-ca | | ||
| ca-trust-config-map-key |The name of the key in the ConfigMap that contains the CA bundle data.| ca-bundle.crt | | ||
|
||
## Results: | ||
|
||
| name | description | | ||
|-------------------|--------------------------| | ||
| TEST_OUTPUT | Tekton task test output. | | ||
| SCAN_OUTPUT | Clair scan result. | | ||
|
||
## Clair-action repository: | ||
https://github.com/quay/clair-action | ||
|
||
## Source repository for image: | ||
https://github.com/konflux-ci/konflux-test/tree/main/clair-in-ci | ||
|
||
## Additional links: | ||
https://quay.github.io/clair/whatis.html |
Oops, something went wrong.