Releases: alexjurkiewicz/ecr-scan-image
Releases · alexjurkiewicz/ecr-scan-image
v3.0.0
What's Changed
- feat: adds support for enhanced continuous scanning by @jdew89 in #46
- errorMissedIgnores parameter by @josh-linushealth in #48
New Contributors
- @jdew89 made their first contribution in #46
- @josh-linushealth made their first contribution in #48
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- Bump vm2 from 3.9.11 to 3.9.19 by @dependabot in #39
- Bump xml2js and aws-sdk by @dependabot in #35
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #41
- fix: Scan job fails even though CVE is on ignore list by @taro-kayo in #42
New Contributors
- @taro-kayo made their first contribution in #42
Full Changelog: v2.0.0...v2.0.1
v2.0.0
BREAKING CHANGE
The format of findingsDetails
has changed to JSON.
What's Changed
- Update version in readme.md by @s-a-tanjim in #30
- Add LICENSE.md by @andrzej3393 in #33
- JSON.stringify findings details output + minimal docs by @andrzej3393 in #32
New Contributors
- @s-a-tanjim made their first contribution in #30
- @andrzej3393 made their first contribution in #33
Full Changelog: v1.7.1...v1.8.0
v1.7.1
What's Changed
- Bump vm2 from 3.9.3 to 3.9.5 by @dependabot in #18
- Bump vm2 from 3.9.5 to 3.9.7 by @dependabot in #21
- Bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in #25
- Bump vm2 from 3.9.7 to 3.9.11 by @dependabot in #26
- Upgrade @actions/core version to 1.10.0 by @prachisr in #28
New Contributors
Full Changelog: v1.7.0...v1.7.1
v1.7.0
- Add findings details to console output (#15)
v1.6.1
Update pac-resolver
to v5.0.0 (#14)
v1.6.0
Support HTTPS_PROXY
/https_proxy
environment variables for proxy configuration
v1.5.0
ignore_list
input, to ignore certain CVEs raised in scan findings.
v1.4.0
- A scan is only started if required (eg, no complete or in progress scan for this image)
v1.3.0
- Rename
unknown
toundefined
, as per ECR spec