appirio-tech / thurgood

Thurgood is an automated build, testing and security tool for Appirio and topcoder utilizing Jenkins and Checkmarx.
5 stars 16 forks source link

Allow src directory to be nested (at least one level deep) #69

Open mcilroyc opened 10 years ago

mcilroyc commented 10 years ago

Currently /src must be in the root of the zip archive. The app would be "friendlier" if it would also inspect one level deep in search of the src directory. It might even be reasonble to do this only in such case that the Archive contain exactly one top level directory.

Example: $ unzip -t blah.zip /Acme -- /docs -- /src