kevchu3 / maven-rhda-pipeline

Tekton pipeline to build a hello world Java app using Red Hat Dependency Analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven + Red Hat Dependency Analytics Pipeline

This Tekton pipeline uses version 0.1.0 of the Red Hat Dependency Analytics task to provide vulnerability and compliance analysis for a hello world Maven application. This task has been configured to turn off authentication to the Snyk vulnerability data provider:

      env:
        - name: API_SNYK_DISABLED
          value: "true"

The pipeline was built on top of the Tekton Tutorial which uses the Tekton Tutorial Greeter example application.

About

Tekton pipeline to build a hello world Java app using Red Hat Dependency Analytics

License:GNU General Public License v3.0