/maven-rhda-pipeline

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

GNU General Public License v3.0GPL-3.0

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.