Skip to content

Fix dependabot GHA root#115

Merged
tonycknight merged 1 commit into
mainfrom
bugfix/dependabot
Sep 1, 2025
Merged

Fix dependabot GHA root#115
tonycknight merged 1 commit into
mainfrom
bugfix/dependabot

set github actions dependabot root

98f307b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / integration test results - windows-latest succeeded Sep 1, 2025 in 1s

11 passed, 0 failed and 0 skipped

Tests passed successfully

✅ D:/a/pkgchk-cli/pkgchk-cli/tests/pkgchk-cli.tests.integration/TestResults/test_results.trx

11 tests were completed in 118s with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pkgchk.tests.integration.CleanProjectTests 2✅ 53s
pkgchk.tests.integration.DeprecatedPackageTests 5✅ 90s
pkgchk.tests.integration.PackageDependencyTests 2✅ 59s
pkgchk.tests.integration.VulnerablePackageTests 2✅ 57s

✅ pkgchk.tests.integration.CleanProjectTests

✅ Project with multiple good packages returns OK
✅ Vanilla project returns OK

✅ pkgchk.tests.integration.DeprecatedPackageTests

✅ Project with downgraded packages returns Error
✅ Project with mixed vulnerable / good / deprecated packages returns Error
✅ Project with mixed vulnerable / good / deprecated packages when matching severity requirements returns Error
✅ Project with mixed vulnerable / good / deprecated packages where not matching severity requirements returns Ok
✅ Project with multiple deprecated packages returns Error

✅ pkgchk.tests.integration.PackageDependencyTests

✅ Project with transitives returns dependency list
✅ Project without transitives returns dependency list

✅ pkgchk.tests.integration.VulnerablePackageTests

✅ Project with mixed vulnerable / good packages returns Error
✅ Project with multiple vulnerable packages returns Error