The Evidence service generates an audit trail documenting all the security, quality, and operational steps to produce a production-ready software release.
Enable Evidence Service
The Evidence service can be enabled only using the Artifactory Helm installation. By default, this service is disabled.
Create a
custom-values.yaml
file with the following content:evidence: enabled: true
Run the
Helm upgrade
command with thecustom-values.yaml
file.Restart Artifactory.
Ping the Evidence service using the following API:
GET {{artifactory-host}}/evidence/api/v1/system/ping
A 200 response indicates the presence of the Evidence service.
From the Application module, select Artifactory > Artifacts and select an artifact from the tree. Look for the Evidence tab in the right pane. For more information, see View the Artifact Evidence Table.