docs: update README with Docker quickstart, new features, and docs links #44
ci.yml
on: push
Unit Tests
1m 3s
Code Quality
18s
Security Audit
20s
Annotations
12 errors
|
Code Quality
Process completed with exit code 1.
|
|
Security Audit
Process completed with exit code 1.
|
|
Unit Tests:
test/sentinel_cp/services/internal_ca_context_test.exs#L188
test destroy_internal_ca/1 deletes CA and cascades to issued certs (SentinelCp.Services.InternalCaContextTest)
|
|
Unit Tests:
test/sentinel_cp/services/ca_crypto_test.exs#L140
test generate_crl/3 generates an empty CRL (SentinelCp.Services.CACryptoTest)
|
|
Unit Tests:
test/sentinel_cp/services/ca_crypto_test.exs#L65
test issue_client_certificate/5 issues a certificate signed by the CA (SentinelCp.Services.CACryptoTest)
|
|
Unit Tests:
test/sentinel_cp/services/ca_crypto_test.exs#L51
test generate_ca_certificate/3 generates a valid CA certificate with RSA key (SentinelCp.Services.CACryptoTest)
|
|
Unit Tests:
test/sentinel_cp/services/ca_crypto_test.exs#L94
test issue_client_certificate/5 issues certificate with OU (SentinelCp.Services.CACryptoTest)
|
|
Unit Tests:
test/sentinel_cp/services/ca_crypto_test.exs#L26
test generate_ca_certificate/3 generates a valid self-signed CA certificate with EC key (SentinelCp.Services.CACryptoTest)
|
|
Unit Tests:
test/sentinel_cp/services/ca_crypto_test.exs#L113
test issue_client_certificate/5 issues certificate with RSA CA (SentinelCp.Services.CACryptoTest)
|
|
Unit Tests:
test/sentinel_cp/services/ca_crypto_test.exs#L126
test generate_crl/3 generates a CRL with revoked entries (SentinelCp.Services.CACryptoTest)
|
|
Unit Tests:
test/sentinel_cp/services/openapi_spec_test.exs#L133
test import_from_openapi/4 creates auth policies when import_auth_policies is true (SentinelCp.Services.OpenApiSpecTest)
|
|
Unit Tests:
test/sentinel_cp/services/openapi_spec_test.exs#L97
test get_openapi_spec_by_checksum/2 finds spec by checksum (SentinelCp.Services.OpenApiSpecTest)
|