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

Github Actions should run unit tests on PRs #33

Closed macblazer closed 2 years ago

macblazer commented 2 years ago

A Github Action that runs the unit tests should be added and triggered on all PRs. This action may need to run on a macOS agent in order to have the bundle install work properly, but that can be tested. Preferably a linux agent with ruby could be used, but I'm not sure if the specific CocoaPods gem will work on linux.

Currently there is an Xcode build action that does nothing; this should be removed.