Supply Chain Integrity, Transparency, and Trust (IETF SCITT)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Read git HEAD directly instead of shelling out to git rev-parse

Read .git/HEAD and follow the ref to get the commit hash. No
subprocess, no dependency on git being in PATH. Uses Bos.OS.File.read
which is already a dependency.

+1 -2
+1 -2
test/atp/test.ml
··· 1 1 let () = 2 - Eio_main.run @@ fun _env -> 3 - Alcotest.run "scitt_atp" [ Test_scitt_atp.suite ] 2 + Eio_main.run @@ fun _env -> Alcotest.run "scitt_atp" [ Test_scitt_atp.suite ]