Hector Fernandez
Hector Fernandez
Signed-off-by: Hector Fernandez #### Summary related to: https://github.com/sigstore/policy-controller/issues/130#issuecomment-1408768856 #### Release Note #### Documentation
**Description** Cosign v2 is planning to add new flags that will allow specifying the expected verification mode, e.g. ``` --rekor-verification={offline,fallback,online,insecure} (default fallback) --sct-verification={offline,fallback,online,insecure} (default fallback; replaces --enforce-sct flag) --tsa-verification={offline,fallback,online} (default...
**Description** Add a signature pull secrets e2e test that uses a private registry with specific credentials to verify the usage of the signaturePullSecrets in source.
**Description** Add tests to ensure upgrades are smooth between versions. We should verify that breaking changes are not introduced when changing the charts, at least to avoid doing it as...
This PR adds a proto definition for the vuln predicate type. This was pending since we added the vuln predicate type and it is needed to update the cosign vuln...
As a SBOM generator tool, I think it'd be nice to publish its own SBOM as part of the releases :).
**Description** The server should be able to receive both http2 and http1 requests.
BouncyCastle upgrades from 1.74 to 1.78.1. Related Issues Resolves https://github.com/advisories/GHSA-m44j-cfrm-g8qc, https://github.com/advisories/GHSA-v435-xc8x-wvr9 and https://github.com/advisories/GHSA-8xfc-gm6g-vgpv. **Additional context** Add any other context or screenshots about the feature request here. ### Check List -...
**Description** It seems there is a flaky test on the test suite of the advisories functions. I ran the test locally and it passed but I got an error on...
**Description** When using two updaters on a file on my unit tests, I got both changes appended (the whole doc is appended at the end) instead of replaced into the...