- Feb 17, 2021
-
-
Bob Callaway authored
By using viper.GetString(flag), viper will return the values of that argument from a precedence order (including CLI arguments). However, if a value was passed in through an environment variable or as a value in the config file, it would skip the validation step since that logic was defined against the FlagSet for command line arguments. This change causes validation to be done across all input methods. Fixes #157 Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Feb 01, 2021
-
-
Dan Lorenc authored
-
- Jan 30, 2021
-
-
Dan Lorenc authored
-
- Jan 28, 2021
-
-
Bob Callaway authored
-
Dan Lorenc authored
I noticed this when running some tests locally.
-
Bob Callaway authored
-
- Jan 23, 2021
-
-
Dan Lorenc authored
Also check it in the test.
-
- Jan 20, 2021
-
-
https://api.rekor.devDan Lorenc authored
-
Dan Lorenc authored
-
- Jan 19, 2021
-
-
Dan Lorenc authored
Next up is a JSON output mode to make testing/scripting easier.
-
Bob Callaway authored
Signed-off-by:
Bob Callaway <bcallawa@redhat.com> Co-authored-by:
Dan Lorenc <dlorenc@google.com>
-
- Jan 18, 2021
-
-
Dan Lorenc authored
These require the minisign binary to be installed.
-
- Jan 14, 2021
-
-
Dan Lorenc authored
- Run through the get flow, make sure the output is well structured - Call loginfo, make sure there are no errors.
-
- Jan 12, 2021
-
-
Dan Lorenc authored
-
- Jan 06, 2021
-
-
Dan Lorenc authored
This way we don't have to worry about existing entries in the logs.
-
- Jan 05, 2021
-
-
Dan Lorenc authored
-
Dan Lorenc authored
-
- Jan 03, 2021
-
-
Dan Lorenc authored
This allows us to skip sticking it onto each request context and retrieving it. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
- Dec 18, 2020
-
-
Dan Lorenc authored
This runs against a running setup, and does a single upload of some node data.
-
- Dec 17, 2020
-
-
Bob Callaway authored
-
- Nov 24, 2020
-
-
Luke Hinds authored
Clear up the stuff we no longer use and add some basic files for test purposes (integration tests / local developement)
-
- Nov 17, 2020
-
-
Luke Hinds authored
Implement upload command Accept flags artifact-url,public-key, signature and validate GPG formatting and verify file signature
-
- Oct 08, 2020
-
-
dlorenc authored
-
- Jun 17, 2020
-
-
Luke Hinds authored
-