xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.53k stars 505 forks source link

[CI] Add automated compliance tasks to pipeline #2080

Closed pjcollins closed 1 year ago

pjcollins commented 1 year ago

We are missing a handful of compliance tasks on this rep (policheck and credscan) which should be added to the build pipeline.

jfversluis commented 1 year ago

Hey @pjcollins missed this one, sorry. Will add it asap, thanks!

pjcollins commented 1 year ago

It looks like there is actually some coverage credscan and policheck through https://github.com/xamarin/XamarinComponents/blob/main/.ci/build.v1.yml, though the policheck task version is out of date. I would recommend onboarding to https://github.com/xamarin/yaml-templates/blob/main/security/full/v0.yml when possible to get the latest versions of the tasks.