patriotsoftware/Project Validation
Run Tests to Validate Quality
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 16, 2026
- License
- None
Pinned Snippet
uses: patriotsoftware/project-validation-action@a86fbbc7347c3d2e19f1a671df45f5b6984e2956 # v1.2.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-repo-name | GitHub repo name | yes | "" |
| sonar-tool-version | Deprecated — no longer has any effect. | no | — |
| use-dependencies | Use Docker to run dependencies. | no | false |
| docker-compose-file-path | Path to docker compose file to start dependencies | no | docker-compose/test-dependencies-compose.yml |
| sonar-token | Deprecated — no longer has any effect. | no | — |
| path-to-repo-root | Path to Repo Root | no | "" |
| tests-path | Path to tests | no | test/ |
| dotnet-test-command-args | dotnet test command arguments | no | --filter TestCategory!="Smoke" |
| local-runsettings-filename | full local.runsettings file path, use NONE when file not required | no | local.runsettings |
| upload-sonar-results | Deprecated — no longer has any effect. | no | — |
| fail-on-failure | Deprecated — no longer has any effect. | no | — |
| log-level | Log-level for dotnet test command. Default is quiet | — | quiet |
| ignore-failures | Deprecated — no longer has any effect. | no | — |
| vulnerability_codes | Pipe delimited vulnerabilities to look for on build.log output | — | NU1902|NU1903|NU1904 |
Outputs
no outputs