{"id":20156240,"url":"https://github.com/dsccommunity/dscresource.analysis","last_synced_at":"2025-09-21T10:31:59.785Z","repository":{"id":72632216,"uuid":"196649313","full_name":"dsccommunity/DscResource.Analysis","owner":"dsccommunity","description":"PowerShell Module for Analysing the health and other properties of a DSC Resource repository","archived":false,"fork":false,"pushed_at":"2020-01-19T10:53:00.000Z","size":30,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-13T23:39:52.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsccommunity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-12T21:39:36.000Z","updated_at":"2024-09-01T23:07:47.000Z","dependencies_parsed_at":"2023-04-15T22:01:58.254Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/DscResource.Analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FDscResource.Analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FDscResource.Analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FDscResource.Analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FDscResource.Analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/DscResource.Analysis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233744014,"owners_count":18723374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T23:38:08.636Z","updated_at":"2025-09-21T10:31:54.358Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DscResource.Analysis\r\n\r\nThis PowerShell module is used to perform analysis on PowerShell DSC Resource module repositories to\r\nreport on health and other properties.\r\n\r\n## Instructions\r\n\r\nTo assemble the module analysis information object for all repositories listed in the DSC Resource\r\nKit, run the following command:\r\n\r\n```powershell\r\nGet-DscResourceKitInformation\r\n```\r\n\r\n## Exmples\r\n\r\nThe following section contains examples of how to use this module.\r\n\r\n### Example 1\r\n\r\nTo list all Repositories opted in to the 'Common Tests - Custom Script Analyzer Rules'\r\nmeta test\r\n\r\n```powershell\r\n(Get-DscResourceKitInformation | Where-Object -FilterScript { $_.MetaTestOptIn -contains 'Common Tests - Custom Script Analyzer Rules' }).Name\r\n```\r\n\r\n### Example 2\r\n\r\nTo execute the 'Common Tests - PS Script Analyzer on Resource Files' Meta\r\nTests on all the DSC Resource modules in the DSC Resource Kit that have\r\nbeen opted in to 'Common Tests - Custom Script Analyzer Rules'.\r\n\r\nThe DSCResource.Tests repository that will be used is\r\n'https://github.com/SSvilen/DscResource.Tests' and the branch will be\r\n'KeywordsCheck'.\r\n\r\n```powershell\r\n        Get-DscResourceKitInformation |\r\n            Where-Object -FilterScript { $_.MetaTestOptIn -contains 'Common Tests - Custom Script Analyzer Rules' } |\r\n            Start-DscResourceKitMetaTest `\r\n                -TestFrameworkUri 'https://github.com/SSvilen/DscResource.Tests' `\r\n                -TestFrameworkBranch 'KeywordsCheck' `\r\n                -TestName 'Common Tests - PS Script Analyzer on Resource Files'\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fdscresource.analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fdscresource.analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fdscresource.analysis/lists"}