1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00
catalog/task/nexus-lifecycle-scan/0.1
Miguel Angel Garzon 05eabae6d9 Update README.md
2023-12-21 18:18:45 +00:00
..
samples Add sonatype nexus lifecycle scan task. 2022-08-03 02:57:34 +01:00
nexus-lifecycle-scan.yaml Deprecate tasks which are using PipelineResources 2023-09-27 12:52:25 +01:00
README.md Update README.md 2023-12-21 18:18:45 +00:00

Sonatype

Contains all the tasks which use the Sonatype Lifecycle CLI.

Tasks

This is a description of all the tasks, along with parameters, and installation instructions.

  • Neuxs Lifecycle Scan Task (nexus-lifecycle-scan.yml)

Neuxs Lifecycle Scan Task (nexus-lifecycle-scan.yml)

Invokes a Nexus Lifecycle scan

Install Task

kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/nexus-lifecycle-scan/0.1/raw

Parameters

The CLI has it's own default parameters. This task inherets the default parameters for the CLI. To learn more about the default parameters, visit the CLI documentation at Nexus IQ CLI Docs.

name description required default
SERVER_URL URL to the IQ Server that will evaluate policies x
AUTHENTICATION Authentication credentials to use for the IQ Server x
APPLICATION_ID Public ID of the application on the IQ Server x
STAGE The stage to run analysis against. Accepted values: [develop, build, stage-release, release, operate] x See CLI Default
RESULT_FILE Path to a JSON file where the results of the policy evaluation will be stored in a machine-readable format. See CLI Default
REPORT_FORMAT The format of the HTML evaluation report. Accepted values: [summary, enhanced] See CLI Default
FAIL_ON_POLICY_WARNINGS Fail on policy evaluation warnings See CLI Default
IGNORE_SYSTEM_ERRORS Ignore system errors (IO, network, server, etc). See CLI Default
PROXY Proxy to use See CLI Default
PROXY_USER Credentials to use for the proxy See CLI Default
DEBUG Enable debug logs. WARNING: This may expose sensitive information in the log. See CLI Default
HELP Show the help screen See CLI Default
TARGETS Scan targets x