Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the TLS/SSL policy to match our names #433

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions core/mondoo-tls-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

policies:
- uid: mondoo-tls-security
name: TLS/SSL Security
name: Mondoo TLS/SSL Security
version: 1.4.0
license: BUSL-1.1
tags:
Expand All @@ -20,17 +20,7 @@ policies:

The Mondoo TLS/SSL Security policy includes checks for ensuring the security and configuration of TLS/SSL connections and certificates.

## Remote scan

Remote scans use cnspec providers to retrieve on-demand scan results without having to install any agents.

For a complete list of providers run:

```bash
cnspec scan --help
```

### Scan a host
## Remote scan a host

```bash
cnspec scan host <fqdn>
Expand Down
Loading