Clean up log messages in CAService.issueX509Cert() #7487
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tools Tests | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: Waiting for build | |
| uses: ./.github/workflows/wait-for-build.yml | |
| secrets: inherit | |
| pki-basic-test: | |
| name: Basic PKI CLI | |
| needs: build | |
| uses: ./.github/workflows/pki-basic-test.yml | |
| PKICertImport-test: | |
| name: PKICertImport | |
| needs: build | |
| uses: ./.github/workflows/PKICertImport-test.yml | |
| pki-nss-rsa-test: | |
| name: PKI NSS CLI with RSA | |
| needs: build | |
| uses: ./.github/workflows/pki-nss-rsa-test.yml | |
| pki-nss-ecc-test: | |
| name: PKI NSS CLI with ECC | |
| needs: build | |
| uses: ./.github/workflows/pki-nss-ecc-test.yml | |
| pki-nss-pqc-test: | |
| name: PKI NSS CLI with PQC | |
| needs: build | |
| uses: ./.github/workflows/pki-nss-pqc-test.yml | |
| pki-nss-aes-test: | |
| name: PKI NSS CLI with AES | |
| needs: build | |
| uses: ./.github/workflows/pki-nss-aes-test.yml | |
| pki-nss-softhsm-test: | |
| name: PKI NSS CLI with SoftHSM | |
| needs: build | |
| uses: ./.github/workflows/pki-nss-softhsm-test.yml | |
| pki-nss-kryoptic-test: | |
| name: PKI NSS CLI with Kryoptic | |
| needs: build | |
| uses: ./.github/workflows/pki-nss-kryoptic-test.yml | |
| pki-nss-exts-test: | |
| name: PKI NSS CLI with Extensions | |
| needs: build | |
| uses: ./.github/workflows/pki-nss-exts-test.yml | |
| pki-password-test: | |
| name: PKI Password CLI | |
| needs: build | |
| uses: ./.github/workflows/pki-password-test.yml | |
| pki-pkcs7-test: | |
| name: PKI PKCS7 CLI | |
| needs: build | |
| uses: ./.github/workflows/pki-pkcs7-test.yml | |
| PKCS10Client-test: | |
| name: PKCS10Client | |
| needs: build | |
| uses: ./.github/workflows/PKCS10Client-test.yml | |
| pki-pkcs11-test: | |
| name: PKI PKCS11 CLI | |
| needs: build | |
| uses: ./.github/workflows/pki-pkcs11-test.yml | |
| pki-pkcs12-test: | |
| name: PKI PKCS12 CLI | |
| needs: build | |
| uses: ./.github/workflows/pki-pkcs12-test.yml | |
| pki-server-basic-test: | |
| name: Basic PKI Server CLI | |
| needs: build | |
| uses: ./.github/workflows/pki-server-basic-test.yml | |
| rpminspect-test: | |
| name: rpminspect | |
| needs: build | |
| uses: ./.github/workflows/rpminspect-test.yml | |
| update-version-test: | |
| name: Update Version | |
| uses: ./.github/workflows/update-version-test.yml |