v0.1.14
Release Notes
Another day, another release. These are the release notes for the version v0.1.14
.
Display vulnerability reports with 0 vulnerabilities
With this new release, when you scan a container image that has 0 vulnerabilities, you
will now get the following output as a result:
$ lacework vul report sha256:32c5a42735581453d1e9ea664604fa81f4b635459dc88799ee1f8c373dca4819
Great news! This container image has no vulnerabilities.
And for the JSON format:
$ lacework vul report sha256:32c5a42735581453d1e9ea664604fa81f4b635459dc88799ee1f8c373dca4819 --json
{
"critical_vulnerabilities": 0,
"fixable_vulnerabilities": 0,
"high_vulnerabilities": 0,
"info_vulnerabilities": 0,
"low_vulnerabilities": 0,
"medium_vulnerabilities": 0,
"scan_status": "Success",
"total_vulnerabilities": 0
}
Features
- feat: understand vuln reports with 0 vulnerabilities (#124) (Salim Afiune)(6af13b0)
- feat: auto-populate account with --profile flag (#121) (Salim Afiune)(3539ec4)
Bug Fixes
- fix(spelling) Fixes event header misspelling (Scott Ford)(e55a6c1)
- fix(release): update release link and version message (#117) (Salim Afiune Maya)(2969722)
Documentation Updates
Other Changes
- chore: fix typos in AWS events (#129) (Salim Afiune)(46d1bb6)
- chore: bump version to v0.1.14-dev (Salim Afiune Maya)(8e7ac41)
- ci: switch Shippable in favor of CircleCI (#120) (Salim Afiune Maya)(630e8bf)
Docker Images
docker pull techallylw/lacework-cli:latest
docker pull techallylw/lacework-cli:scratch
docker pull techallylw/lacework-cli:ubi-8
docker pull techallylw/lacework-cli:centos-8
docker pull techallylw/lacework-cli:debian-10
docker pull techallylw/lacework-cli:ubuntu-1804
docker pull techallylw/lacework-cli:amazonlinux-2