Open DavidS-cloud opened 2 years ago
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
This is impacting me on Gitlab pipelines using their native tooling. My CI jobs are showing as succeeding, but are most definitely not. It subsequently outputs an artifact that contains no entries.
Related to #910 , but more generally phrased: when
license_finder
is not able to successfully run its checks, it currently can exit with code zero, which would indicate to any CI system that it ran successfully, when in actuality it didn't even start checking. For example, this has been going on for a while in our CI system:It would be great if
license_finder
did report such setup errors also by setting its exit code non-zero.