]
eyal edri [Administrator] updated OVIRT-879:
--------------------------------------------
Epic Link: OVIRT-400
check if we can analayze oVirt RPM with whitesource
---------------------------------------------------
Key: OVIRT-879
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-879
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: eyal edri [Administrator]
Assignee: infra
following ticket:
https://whitesource.freshdesk.com/support/tickets/12091#
It might be possible to analyze licenses via the File system Agent:
Example:
We can support this use case by using the File System Agent (FSA) to unarchive all of the
RPM files and then importing all specified file extensions (e.g. *.js, *.py, *.tgz, etc)
that are contained within each RPM. These settings are specified in the configuration
file for the File System Agent. It will probably be easier to explain if we schedule a
call by phone, but here is an example of the FSA config file with archive extraction:
#############################################################################################
# Includes/Excludes Glob patterns - PLEASE USE ONLY ONE EXCLUDE LINE AND ONE INCLUDE
LINE
#############################################################################################
includes=**/*.c **/*.cc **/*.cp**/*.cpp **/*.tgz **/*.c++ **/*.h **/*.py **/*.js
excludes=**/*sources.jar **/*javadoc.jar
case.sensitive.glob=false
followSymbolicLink=true
#################
# Archive Properties
#################
archiveExtractionDepth=5
archiveIncludes=**/*.rpm **/*.zip
#############################################################################################