Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Releases: hawkeyesec/scanner-cli

Improvement Release

17 Feb 08:50
Compare
Choose a tag to compare

With v1.8.0, the Hawkeye Scanner CLI moved its base image from CentOS to alpine. The image now clocks in at ~546 MB, most of which is the OWASP Dependency Scanner's feeds. This should significantly speed up a whole bunch of CI scans out there! A shout out to @CzarScar @z0u and @haohaolee

While we were at it, we've upgraded a bunch of tools:

  • OWASP Dependency Scanner was upgraded to v5.3.0
  • Find-Sec-Bugs was upgraded to v1.10.1
  • Moved to alpine's builtins for node, npm, yarn, ruby, and python, as they are less maintenance overhead.

Bugfix Release

26 Sep 10:00
Compare
Choose a tag to compare

Feature Release

25 Sep 20:01
Compare
Choose a tag to compare

Service Update

02 Jul 09:29
Compare
Choose a tag to compare
  • Update OWASP dependency check and bundle-audit at build time, no updates at runtime
  • Remove the superfluous node-crossenv module
  • Use temporary file for brakeman report instead of spamming the target folder
  • Use temporary file for findsecbugs report instead of spamming the target folder
  • Remove floating ruby dependencies

Service Update

06 Jun 14:20
Compare
Choose a tag to compare

This update brings:

Yarn support

03 Dec 15:54
Compare
Choose a tag to compare

This release adds support for yarn projects, identified by both package.json and yarn.lock files being present in the project root.

Maintenance Release

03 Dec 15:57
Compare
Choose a tag to compare

This release fixes the behavior of the node modules when no dependencies were added to the package.json file.

Also allows node versions starting with Carbon LTS to run hawkeye when installing locally as an npm dependency.

Security Release

03 Dec 16:01
Compare
Choose a tag to compare

This release removes the dependency on the vulnerable event-stream package (report here) that was ingested via multiple packages.

Further information: