7 Commits
Author SHA1 Message Date
Noah Campbell 774fd8d935 handle empty structural_compare rules 2025-10-07 09:08:02 -07:00
Noah Campbell 1d4315ced6 simplify comparison to detect code regressions only 2025-10-07 08:58:03 -07:00
Noah Campbell b6b2bf8483 handle node-specific files and multiple report arguments 2025-10-07 08:47:05 -07:00
Noah Campbell fbfd6c99fe Add regression test suite to github actions 2025-10-07 08:10:32 -07:00
Tom WieczorekandGitHub 49fe355086 chore: Don't hardcode /bin/bash (#1011)
Bash is not always installed in /bin/bash. Mitigate that by relying on
bash being in PATH.
2023-02-10 17:25:57 +00:00
John MurphyandGitHub 639bf7a832 Add signed SBOM to troubleshoot (#414)
This change will generate a signed software bill of materials and add it to the repository release archives when the project is released.
2021-09-21 13:55:41 -05:00
John MurphyandGitHub c119a16235 Fixed bugs introduced by handling multiple results in host preflights (#383)
Fixed bug caused by host preflights not handling empty when clauses, this cropped up because we now handle multiple host preflight results. Also expanded test coverage and added integration test script.
2021-07-08 11:08:53 -05:00