- Dec 20, 2021
-
-
dlorenc authored
This also adds the ko targets for building them, and entries to tools.go so go.mod recognizes these dependencies so we can build them with ko. Signed-off-by:
Dan Lorenc <lorenc.d@gmail.com>
-
- Nov 23, 2021
-
-
Naveen authored
Signed-off-by:
naveen <172697+naveensrinivasan@users.noreply.github.com>
-
- Nov 15, 2021
-
-
Naveen authored
Fuzzing the RequestFromRekor API call using go-fuzz. Signed-off-by:
naveen <172697+naveensrinivasan@users.noreply.github.com>
-
- Jul 28, 2021
-
-
Carlos Tadeu Panato Junior authored
Signed-off-by:
Carlos Panato <ctadeu@gmail.com>
-
- Apr 15, 2021
-
-
Carlos Tadeu Panato Junior authored
* update boilerplate header and apply go fmt Signed-off-by:
Carlos Panato <ctadeu@gmail.com> * lints: fix golangci-lint issues Signed-off-by:
Carlos Panato <ctadeu@gmail.com> * updated based on feedback Signed-off-by:
Carlos Panato <ctadeu@gmail.com>
-
- Mar 26, 2021
-
-
Dan Lorenc authored
This makes the binaries "go installable" by their canonical names. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
- Feb 26, 2021
-
-
Luke Hinds authored
-
- Feb 25, 2021
-
-
Luke Hinds authored
All instances of projectrekor are now renamed to SigStore This includes: * Import paths * Tests * Readme's Signed-off-by:
Luke Hinds <lhinds@redhat.com>
-
- Nov 18, 2020
-
-
Dan Lorenc authored
Some changes: - import names (app -> api, logging -> log) - Commands package (cmd -> app)
-
Dan Lorenc authored
This is the first step in code reorganization. This follows the patterns from kubernetes/kubernetes - each binary gets a directory under cmd/. The main.go file for each binary lives there. The commands live under cmd//app.
-
- Sep 11, 2020
-
-
Luke Hinds authored
-
- Jun 17, 2020
-
-
Luke Hinds authored
-