Releases: lacework-dev/container-auto-scan
Releases · lacework-dev/container-auto-scan
v1.1.2
v1.1.1
Changes
🐛 Bug Fixes
- fix: use
LW_ACCESS_TOKENenvironment variable when it exists (#40) @alannix-lw
🧰 Maintenance
- chore: bumping versions of dependencies (#39) @alannix-lw
v1.1.0
v1.0.0
Changes
🚀 Features
- feat: added
inline-scanner-pruneto remove images after scan (#36) @alannix-lw - refactor: removed dependencies on APIv1 and implemented better local caching (#35) @droessmj
🧰 Maintenance
- chore: bumping inline scanner version to
0.11.2(#37) @alannix-lw
v0.7.1
v0.7.0
Changes
🐛 Bug Fixes
- fix: updated de-dupe logic to support inline scanner assessments (#31) @afieffe
- fix: updated scan cache logic to support proxy scanner (#28) @alannix-lw
🧰 Maintenance
- ci: python 3.6 deprecation for tests (#30) @alannix-lw
- chore: bumping Inline Scanner version to
v0.6.0(#29) @alannix-lw
v0.6.0
Changes
🚀 Features
- feat: allow for configurable number of worker threads (#27) @alannix-lw
- feat: Proxy Scanner compatibility updates (#25) @alannix-lw
🐛 Bug Fixes
- fix: if no registries specified scan all active containers (proxy mode) (#26) @alannix-lw
v0.5.4
v0.5.3
Changes
🚀 Features
- feat: Added logic to expire failed scans from cache (#20) @alannix-lw