1. e9114d8 Use errors.AsType instead of errors.As by Oliver Newman · 3 days ago main
  2. 452157a Suppress errors when shac is interrupted by Ctrl-C by Oliver Newman · 3 days ago
  3. acc2191 [engine] Freeze file metadata to fix data race by Oliver Newman · 3 weeks ago
  4. 1dcbbe9 [go] Update luci-go by Oliver Newman · 3 weeks ago
  5. 7166088 [engine] Always cache scm calls by Oliver Newman · 3 weeks ago
  6. 8e11380 [engine] Make symlink handling configurable in affected_files & all_files by Oliver Newman · 4 weeks ago
  7. d95f9d1 [shac] Add GEMINI.md by Oliver Newman · 4 weeks ago
  8. 2832cc0 [engine] Optimize git submodule checks to avoid syscalls by Oliver Newman · 4 weeks ago
  9. 828d606 [cog] Resolve symbolic links before calculating relative paths. by Jiaming Li · 4 weeks ago
  10. bbca022 [engine] Add glob support to ctx.scm functions by Oliver Newman · 4 weeks ago
  11. f5a2c8e [go] Update to go 1.26 by Oliver Newman · 4 weeks ago
  12. dfc5c35 Update deps by Oliver Newman · 5 weeks ago
  13. 440d19f [shac] Support git worktrees and external symlinks in sandbox by Aidan Wolter · 5 weeks ago
  14. 8e34165 [tests] Fix github pipelines by Oliver Newman · 7 weeks ago
  15. 0fdb11f [engine] Fix check existence validation across multiple shac.star files by Oliver Newman · 7 weeks ago
  16. 1bd41f7 [engine] Ensure standard binary directories are mounted in sandbox by Oliver Newman · 7 weeks ago
  17. e70a744 fix: emit file if no changes by Colin Nelson · 3 months ago
  18. ef3b031 [fix] support file input on stdin by Colin Nelson · 3 months ago
  19. 14b3380 [fix]: add option to output to stdout by Colin Nelson · 3 months ago
  20. dbb1f87 Remove `x := x` instances by Oliver Newman · 4 months ago
  21. 0661e13 Update Mounts to work correctly in FUSE by Chase Latta · 4 months ago
  22. 12f4bbe [shac] Log full command before running by Oliver Newman · 8 months ago
  23. ad84ec8 [shac] Allow col==end_col for findings by Oliver Newman · 10 months ago
  24. 253a865 [shac] Update golang.org/x/net by Oliver Newman · 10 months ago
  25. 28c0266 [shac] Add --skip flag to check by Oliver Newman · 12 months ago
  26. 06d3fb3 [engine] Use result of slices.Compact by Oliver Newman · 1 year, 1 month ago
  27. 295efab [go] Update go version in github workflows by Oliver Newman · 1 year, 1 month ago
  28. 73b01ea [reporting] Use lower-level difflib output by Oliver Newman · 1 year, 1 month ago
  29. 4e34b9f [reporting] Split full-file diffs for readability by Oliver Newman · 1 year, 1 month ago
  30. a192667 [checks] Fix gosec and shadow by Oliver Newman · 1 year, 1 month ago
  31. bf297ac Update go to 1.23.4 by Oliver Newman · 1 year, 4 months ago
  32. f304272 [go.mod] Update go-git by Oliver Newman · 1 year, 4 months ago
  33. 1952693 [scm] Use correct action when returning all files by Oliver Newman · 1 year, 9 months ago
  34. 3b5f780 Update go-git to v5 by Oliver Newman · 2 years ago
  35. a9d602b Update Go dependencies by Oliver Newman · 2 years ago
  36. 3c781e6 [checks] Set GOWORK=off by Oliver Newman · 2 years ago
  37. d2ee6f4 [doc] Fix argument name in example by Rob Mohr · 2 years ago
  38. 7148098 Fix link in CONTRIBUTING.md by Oliver Newman · 2 years ago
  39. 7e0cb4c [README] Expand no_trailing_whitespace example by Rob Mohr · 2 years ago
  40. f2f79af Update pinned dependencies by Marc-Antoine Ruel · 2 years, 3 months ago
  41. adb70a5 Fix shac check on Windows by Marc-Antoine Ruel · 2 years, 7 months ago
  42. 4a57f93 Fix tests on Windows by Marc-Antoine Ruel · 2 years, 7 months ago
  43. 308e502 [engine] Include arguments in `emit` errors by Oliver Newman · 2 years, 7 months ago
  44. d9d4a62 [engine] Update starlark-go by Oliver Newman · 2 years, 7 months ago
  45. 523a1d3 Update Go deps by Oliver Newman · 2 years, 7 months ago
  46. 505bdf3 [tests] Fix breakage on Windows by Oliver Newman · 2 years, 7 months ago
  47. 1f0699b [engine] Simplify subprocess running code by Oliver Newman · 2 years, 7 months ago
  48. 8c21bec Reland "[engine] Limit number of active subprocesses" by Oliver Newman · 2 years, 7 months ago
  49. 9a096d6 [cli] Print goroutine stacktrace on SIGTERM by Oliver Newman · 2 years, 7 months ago
  50. 0dae038 Revert "[engine] Limit number of active subprocesses" by Oliver Newman · 2 years, 7 months ago
  51. 612779b [engine] Limit number of active subprocesses by Oliver Newman · 2 years, 7 months ago
  52. cf17230 [engine] Accept None for optional args to ctx.emit.finding by Oliver Newman · 2 years, 7 months ago
  53. b0fc661 [buffers] Catch duplicate buffers.push() calls by Oliver Newman · 2 years, 7 months ago
  54. d92939a [engine] Use relative paths in `shac fmt` output by Oliver Newman · 2 years, 7 months ago
  55. 2ca3a4f [resultdb] Add more context to error messages by Oliver Newman · 2 years, 7 months ago
  56. 5d6681e [cli] Move env var modification into init() by Oliver Newman · 2 years, 7 months ago
  57. 247f779 [cli] Make tests not be sensitive to env by Oliver Newman · 2 years, 7 months ago
  58. 5315ff8 [engine] Support specifying an allow-list of checks by Oliver Newman · 2 years, 7 months ago
  59. 45245ce [engine] Improve error messages when run in invalid directory by Oliver Newman · 2 years, 7 months ago
  60. 3cab7b9 [engine] Don't try to mount invalid PATH elements by Oliver Newman · 2 years, 7 months ago
  61. 34074c1 [checks] Fix govet docstring by Oliver Newman · 2 years, 7 months ago
  62. 1d1ca72 [checks] Add govet by Oliver Newman · 2 years, 7 months ago
  63. 257dfa5 [engine] Delete debug print statement by Oliver Newman · 2 years, 7 months ago
  64. c1476ae [engine] Support static env var pass-throughs by Oliver Newman · 2 years, 7 months ago
  65. 703c58c [docs] Add getting-started documentation to README by Oliver Newman · 2 years, 7 months ago
  66. 4a0e9dd [engine] Fix gosec by Oliver Newman · 2 years, 7 months ago
  67. 62acf29 [go.mod] Update protobuf-go by Oliver Newman · 2 years, 7 months ago
  68. e96454e [engine] Prioritize version warning over unknown fields by Oliver Newman · 2 years, 7 months ago
  69. 72856ff [reporting] Avoid output interleaving by Oliver Newman · 2 years, 8 months ago
  70. 4e50806 [engine] Disallow *args and **kwargs in check impls by Oliver Newman · 2 years, 8 months ago
  71. a3abbd1 [engine] Add check.with_args(...) method by Oliver Newman · 2 years, 8 months ago
  72. fd1ec07 [engine] Add check for version bumping by Oliver Newman · 2 years, 8 months ago
  73. 556106a [cli] Let users override entry point file name by Oliver Newman · 2 years, 8 months ago
  74. 052c1e4 [resultdb] Respect summary_html length limit by Oliver Newman · 2 years, 8 months ago
  75. 844d945 [engine] Make nonexistent executable error messages consistent by Oliver Newman · 2 years, 8 months ago
  76. bdb35b1 [scm] Don't try to parse invalid ls-files output by Oliver Newman · 2 years, 8 months ago
  77. 05e1298 [cli] Delete --root flag by Oliver Newman · 2 years, 8 months ago
  78. 5d4c817 [engine] Move most of Run logic into runInner by Oliver Newman · 2 years, 8 months ago
  79. 868d287 [engine] Resolve symlinks in tests by Oliver Newman · 2 years, 8 months ago
  80. 45bc69f [doc] Use 4-space indents for example code by Oliver Newman · 2 years, 8 months ago
  81. 426b05f [engine] Expose runtime-configurable variables to checks by Oliver Newman · 2 years, 8 months ago
  82. ce2f0cf [go] Remove network access for Go checks by Oliver Newman · 2 years, 8 months ago
  83. 1dc5220 Make buildifier blocking by Oliver Newman · 2 years, 8 months ago
  84. 4e8d3b4 [checks] Add buildifier check for starlark formatting by Oliver Newman · 2 years, 8 months ago
  85. 6c1587f [engine] Small cleanups by Oliver Newman · 2 years, 8 months ago
  86. 1bb9fa1 [engine] Apply fixes for checks of all levels by Oliver Newman · 2 years, 8 months ago
  87. 9b6143b [engine] Rename Options.Root to Options.Dir by Oliver Newman · 2 years, 8 months ago
  88. 130473d [engine] Resolve root directory using git by Oliver Newman · 2 years, 8 months ago
  89. 0d570d7 [engine] Make unit testing cleaner by Marc-Antoine Ruel · 2 years, 8 months ago
  90. 69fcc69 [engine] Add support for vendor_path by Marc-Antoine Ruel · 2 years, 8 months ago
  91. 40d47c5 [engine] Use nice path names in cache by Marc-Antoine Ruel · 2 years, 8 months ago
  92. 466ad1a [engine] Fix crash in Doc() by Marc-Antoine Ruel · 2 years, 8 months ago
  93. 5f322c7 [engine] ensure vendor_path is clean by Marc-Antoine Ruel · 2 years, 8 months ago
  94. bd44bc7 [engine] Validate files passed on the command line by Oliver Newman · 2 years, 8 months ago
  95. 6b36786 [doc] Move `shac` object to the top of stdlib.md by Oliver Newman · 2 years, 8 months ago
  96. 0ae299a [engine] Avoid calling git ls-files unnecessarily by Oliver Newman · 2 years, 8 months ago
  97. 903d5f6 [engine] Fix error return by Oliver Newman · 2 years, 8 months ago
  98. ee2ba62 [engine] Fix segfault by Oliver Newman · 2 years, 8 months ago
  99. c9b3edb [engine] Add ctx.io.tempfile method by Oliver Newman · 2 years, 8 months ago
  100. a809cc0 [cli] Add --quiet flag to fix and fmt commands by Oliver Newman · 2 years, 8 months ago