Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RHACS image scan version to 0.1/0.2. #1271

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: rhacs-image-scan
labels:
app.kubernetes.io/version: "3.71"
app.kubernetes.io/version: "0.1"
annotations:
tekton.dev/tags: security
tekton.dev/categories: Security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lifecycle policies to validate a pipeline run using `roxctl`.
This tasks allows you to return full vulnerability scan results for an image in
JSON, CSV, or Pretty format. It's a companion to the rhacs-image-check task.

**Note: this Task is not backwards compatible with the `3.71` version as it
**Note: this Task is not backwards compatible with the `0.1` version as it
changes the parameters and token configuration.**

**Note: this Task requires a 4.4.2 roxctl image (task default) or a more recent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: rhacs-image-scan
labels:
app.kubernetes.io/version: "4.0"
app.kubernetes.io/version: "0.2"
annotations:
tekton.dev/tags: security
tekton.dev/categories: Security
Expand Down