Artifactory Integration tasks

Artifactory Integration

Version
latest

Manual Override of Blocked Download

If the case should arise where an item in Artifactory violates a Policy you have defined in Black Duck SCA, but you wish to override and allow the item to be downloaded, please follow these instructions:

  1. Log into the Artifactory UI and locate the in-violation item you wish to override.



  2. Select Properties.



  3. Enter blackduck.allowDownload in the Property name text field.

  4. Enter true in the Property value text field.

You should now be able to download the item regardless of the Blocking Strategy set in the Artifactory Integration Plugin.

Note: Setting this property only affects this artifact and does not affect other artifacts which may include this artifact. If the item is updated (eg. a new version is uploaded), it will be rescanned and the blackduck.allowDownload property may be removed. You will need to perform these steps again to override and allow the file to be downloaded.

Disabling binary and container scans

If your license does not permit binary and container scanning, please disable BDBA in your values.yaml file. This will cause the bdbaworker container to not be loaded or unloaded if it is already loaded. Only signature scanning will be supported.

To disable binary and container scanning, edit the "bdbaworker" section of your values.yaml file and set:

enabled: false