Closed robbecker-wf closed 1 year ago
No security relevant content was detected by automated scans.
aviary.yaml
coverage of security relevant codeQuestions or Comments? Reach out on Slack: #support-infosec.
Closing in favor of a non-breaking change solution here https://github.com/Workiva/dart_dev/pull/407
When migrating to null safety we missed making the run method return a non nullable FutureOr ... and that is causing weird casts and slight type mismatches in other tools. This fixes that since the exit code is either zero pass and non-zero for fail but should never be null.