testableapple / fastlane-plugin-dependency_check_ios_analyzer

Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods) 🚀
https://alteral.github.io/fastlane_plugins
MIT License
2 stars 3 forks source link

No actions found #18

Closed bboyfat closed 1 month ago

bboyfat commented 1 year ago

fastlane-plugin-dependency_check_ios_anal | 1.2.0 | No actions found | yzer

Screenshot 2023-02-23 at 13 47 39
testableapple commented 1 month ago

Oh, seems like I missed this issue. Looks like a misconfiguration on the fastlane level 🤔 @bboyfat, if it still persists, how do you run fastlane, through bundle or directly?

Here is what I see:

❯ bundle exec fastlane just_print_plugins
[✔] 🚀 
+-----------------------------------------------------------------------------------------------------------------+
|                                                  Used plugins                                                   |
+-----------------------------------------------+---------+-------------------------------------------------------+
| Plugin                                        | Version | Action                                                |
+-----------------------------------------------+---------+-------------------------------------------------------+
| fastlane-plugin-create_xcframework            | 1.1.2   | create_xcframework                                    |
| fastlane-plugin-dependency_check_ios_analyzer | 1.2.0   | dependency_check_ios_analyzer                         |
| fastlane-plugin-lizard                        | 1.3.3   | lizard                                                |
+-----------------------------------------------+---------+-------------------------------------------------------+