-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New week. New release. Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
14 changed files
with
125 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
id: cnspec_framework_disabled | ||
title: cnspec framework disabled | ||
--- | ||
|
||
Change a framework status to disabled | ||
|
||
``` | ||
cnspec framework disabled [mrn] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for disabled | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-proxy string Set proxy for communications with Mondoo API | ||
--auto-update Enable automatic provider installation and update (default true) | ||
--config string Set config file path (default $HOME/.config/mondoo/mondoo.yml) | ||
--log-level string Set log level: error, warn, info, debug, trace (default "info") | ||
-v, --verbose Enable verbose output | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
- [cnspec framework](cnspec_framework.md) - Manage local and Mondoo Platform hosted compliance frameworks |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
slug: mondoo-11.26-is-out/ | ||
title: Mondoo 11.26 is out! | ||
description: Announcing the 11.26 release of Mondoo with FOO, BAR, BAZ, and more! | ||
authors: [tim] | ||
image: /img/featured_img/mondoo-feature.jpg | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 11.26 is out! This release includes FOO, BAR, BAZ, and more! | ||
|
||
Get this release: [Installation Docs](https://mondoo.com/docs/cnspec/) | [Package Downloads](https://releases.mondoo.com/cnspec/) | [Docker Container](https://hub.docker.com/r/mondoo/cnspec) | ||
|
||
--- | ||
|
||
## 🎉 NEW FEATURES | ||
|
||
### AWS resource scan filtering | ||
|
||
Pick and choose the exact AWS resources that Mondoo evaluates with new scan filtering. | ||
|
||
The AWS Serverless integration now includes the ability to define AWS resources to scan with region, instance, and tag based include and exclude filters. Scan just a single region or exclude resources using owner tags. | ||
|
||
![Custom fields for Zendesk](/img/releases/2024-10-15-mondoo-11.26-is-out/filtering.png) | ||
|
||
For CLI users, now you can specify a comma separated list of tag values with the `--filters` flag. | ||
|
||
To include resources with the "Owner" tag of "backend", "frontend", or "dba": | ||
|
||
```bash | ||
--filters ec2:tag:Owner=backend,frontend,dba | ||
``` | ||
|
||
To exclude the "Owner" tag of "qa" and "dev": | ||
|
||
```bash | ||
--filters exclude:ec2:tag:Owner=qa,dev | ||
``` | ||
|
||
### Custom fields for Zendesk cases | ||
|
||
Improve the routing of cases generated in Zendesk with new globally set custom fields. | ||
|
||
![Custom fields for Zendesk](/img/releases/2024-10-15-mondoo-11.26-is-out/zendesk.png) | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Improved policy risk display | ||
|
||
DEETS on the new bar graph | ||
|
||
### Ubuntu 24.10 platform support | ||
|
||
Secure workstations on the latest release of Ubuntu with full Ubuntu 24.10 support in Linux policies, vulnerability detection, and EOL support. | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- Fix errors on the Software page versions graph if all risk severities are unchecked. | ||
- Add a creation date column to ticketing integration lists. | ||
- Don't display "Last scanned" on ticketing integration pages. | ||
- Don't display the "Schedule Now" button on ticketing integration pages. | ||
- Don't include the "Pause Scanning" menu option on ticketing integration pages. | ||
- Improve display of affected assets on advisories, CVEs, and checks pages. | ||
- Fix flickering of text fields on integration setup pages. | ||
- Improve rendering of manual setup instructions on the Workstation integration setup page. | ||
- Don't show "Base Score" in the score summary of CVEs or Advisories. | ||
- Fix incorrect rendering of some tool tips on overview pages. | ||
- Improve rendering of compliance progress bars at 0% progress. | ||
- Improve reliability of advisories and MTTR values on the vulnerabilities overview page. | ||
- Improve readability of markdown generated by Cases. | ||
- Expand and improve help in cnquery and cnspec. | ||
- Properly parse command line flags containing --. | ||
- Improve performance loading asset checks. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.