CycloneDX / cyclonedx-cocoapods

Creates CycloneDX Software Bill-of-Materials (SBOM) from Objective-C and Swift projects that use CocoaPods.
Apache License 2.0
21 stars 12 forks source link

Remove hardcoded location for CocoaPods repositories #18

Closed jgongo closed 2 years ago

jgongo commented 3 years ago

In cli_runner.rb we are hardcoding the location of the CocoaPods repositories (local copies). This location may change if the user changes the default configuration. According to CocoaPods/CocoaPods#10643 we could use Config.instance.repos_dir to read this value from the current configuration.