Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: renamed ExperimentalSigstoreConfig to SigstoreConfig Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * docs: fixed comment about AllowedSubjectListEnabled Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * refactor: flattened chained if blocks Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * refactor: removed explicit default values for sigstore options from k8sConfig object Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * refactor: moved internal sigstore config to new struct, removed bool. tests: fixed tests after refactor, added test for sigstore struct pointer value. Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * refactor: moved sigstore instantiation to Plugin.Configure Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * tests: removed sigstoreEnabled flag from error cases Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * fix: removed trailing colon from error message Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * tests: fixed fetch failure test, added log checking Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * fix: fixed a comment on sigstore configs Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * lint: removed unused function Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * fix: fixed nil reference error Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> * refactor: added logger on Configure, for when Sigstore isn't created until after setLogger Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> Signed-off-by: Rodrigo Lopes <rlc2@cesar.org.br> Co-authored-by: Rodrigo Lopes <rlc2@cesar.org.br> Signed-off-by: Willian Alves <wiilliian.alves@gmail.com>
- Loading branch information