Replies: 2 comments
-
Hi @sk92129 For security scans for Flutter dependencies in Codemagic as described, consider integrating third-party tools or services specialising in dependency scanning for Dart and Flutter projects. Codemagic doesn't natively support scanning You might need to set up a custom script in your Codemagic workflow that calls these services via their CLI or API to perform the scans. |
Beta Was this translation helpful? Give feedback.
-
While I’m closing our discussion for now, if you have any other questions or suggestions, feel free to reply back or start a new discussion anytime. Have a nice day! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Expected results
I was looking for a static code analysis step. There is the "flutter analyze" but I am also looking to see if this codemagic does a dependency code security scan from the pubspec.yaml.
I see articles about integrating sonarqube. But sonarqube and its plugin for flutter does not scan the dependencies.
Actual results
https://codemagic.io/app/65cba7531b6fd3dfff4fb6a6/build/65cba769b8b79d08bb147d88
I see a build for ios, android and web but without any static code analysis
Build id (optional)
65cba769b8b79d08bb147d88
Beta Was this translation helpful? Give feedback.
All reactions