Skip to content

[0.1.21] - 2023-04-25

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 09:12
· 177 commits to main since this release

Release Notes

Bug Fixes

  • Do short-circuiting correctly in sign analysis
  • Comparing validating security results without target

Features

  • Add progress bar to checko
  • Make test execution async and add a timeout
  • Show entire error description in checko UI

Refactor

  • Pass input to test container over stdin instead of args

checko 0.1.21

Install checko 0.1.21

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https:/team-checkr/checkr/releases/download/v0.1.21/checko-v0.1.21-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https:/team-checkr/checkr/releases/download/v0.1.21/checko-v0.1.21-installer.ps1 | iex

Download checko 0.1.21

target kind download
aarch64-apple-darwin tarball checko-v0.1.21-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball checko-v0.1.21-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball checko-v0.1.21-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball checko-v0.1.21-x86_64-unknown-linux-gnu.tar.xz

inspectify 0.1.21

Install inspectify 0.1.21

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https:/team-checkr/checkr/releases/download/v0.1.21/inspectify-v0.1.21-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https:/team-checkr/checkr/releases/download/v0.1.21/inspectify-v0.1.21-installer.ps1 | iex

Download inspectify 0.1.21

target kind download
aarch64-apple-darwin tarball inspectify-v0.1.21-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball inspectify-v0.1.21-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball inspectify-v0.1.21-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball inspectify-v0.1.21-x86_64-unknown-linux-gnu.tar.xz