Skip to content

Commit

Permalink
move M365 Project to top of list
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Mar 7, 2024
1 parent 623b8dc commit f3e6a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings_explorer/site_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def load_projects():
]
gcp.has_non_mappable_comments = False

Check warning on line 332 in src/mappings_explorer/site_builder.py

View check run for this annotation

Codecov / codecov/patch

src/mappings_explorer/site_builder.py#L332

Added line #L332 was not covered by tests

projects = [nist, cve, veris, azure, gcp, aws, m365]
projects = [m365, nist, cve, veris, azure, gcp, aws]

Check warning on line 334 in src/mappings_explorer/site_builder.py

View check run for this annotation

Codecov / codecov/patch

src/mappings_explorer/site_builder.py#L334

Added line #L334 was not covered by tests
return projects


Expand Down

0 comments on commit f3e6a5c

Please sign in to comment.