This repository was archived by the owner on Mar 30, 2026. It is now read-only.
fix: fix multiple validation comment for each new commit on the branch#5
Merged
lhoupert merged 3 commits intoMar 28, 2026
Conversation
…iting-tests into fix--fix-multiple-validation-comment-for-each-new-commit-on-the-branch
Contributor
Security Audit ReportBandit — Static Security Analysis (Security tab)✅ No issues found. pip-audit — Dependency Vulnerabilities (Security tab)
1 vulnerability/vulnerabilities found (0 fixable) across 1 package(s). Result: ✅ No blocking issues found. |
Contributor
❌ Some test workflows did not match expectations11 passed, 3 failed
Error detailsTest 03 — requirements · src/+scripts/ · bandit HIGH + pip-audit
Test 05 — uv · src/ · pip-audit vuln
Test 07 — poetry · flat · clean
|
Phase 1 - tests repo only (no action release needed): - validate_results.py: use rglob() to find pip-audit-report.json nested inside artifact subdirectory when working_directory != "." (LCA issue). Fixes artifact path nesting for tests 08, 13 and unblocks 05 once its pip-audit issue is resolved. - expected_results.yml: update bandit rule B303 -> B324 for tests 06 and 08. Bandit 1.8.6 reports hashlib.md5() as B324, not B303. - 11-requirements-root/requirements.txt: bump flask 3.1.1 -> 3.1.3 to fix new CVE that caused test 11 to block on a fixable vulnerability. Phase 2 - action release v0.4.3: - Pin all 14 test workflows to action v0.4.3 (SHA 6791db45b1aea51db705d38978ad62b855b34b32), which fixes the comma->space separator bug in resolve-targets and adds debug logging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.