Skip to content

Releases: scanoss/gha-code-scan

v1.6.4

18 Jun 10:41

Choose a tag to compare

Fixed

  • Corrected copyleft documentation in README.md: copyleft is determined by scanoss.py (scanoss-py inspect copyleft) using the OSADL checklist, including -or-later licenses, rather than the internal license.utils.ts list

Removed

  • Removed the unused default copyleft license list and its include/exclude/explicit parsing from license.utils.ts (dead code)

v1.6.3

19 May 11:09
b371510

Choose a tag to compare

What's Changed

  • Updated dependencies
  • Moved to Node 24
  • Moved to actions/checkout@v6
  • Changed action name in README.md to 'gha-code-scan'

Full Changelog: v1...v1.6.3

v1.6.2

11 May 13:37

Choose a tag to compare

What's Changed

Changed

  • Upgraded scanoss.py runtime container to v1.52.1

Full Changelog: v1...v1.6.2

v1.6.1

30 Mar 13:12

Choose a tag to compare

What's Changed

Fixed

  • Fixed policy check runs remaining in "queued" status when the workflow fails before policy execution

Full Changelog: v1...v1.6.1

v1.6.0

05 Mar 14:51

Choose a tag to compare

What's Changed

Changed

  • Replaced vercel/ncc by esbuild to support ESM modules
  • Migrated ESLint 8 to ESLint 9 with flat config (eslint.config.mjs)
  • Upgraded @typescript-eslint from v6 to v8 for TypeScript 5.9 compatibility
  • Upgraded eslint-plugin-github from v4 to v5 and eslint-plugin-jest from v27 to v28
  • Removed redundant linter.yml workflow (linting already covered by ci.yml)
  • Upgraded scanoss.py runtime container to v1.46.0

Fixed

  • Fixed corrupted artifact files
  • Fixed @actions/artifact ESM module resolution in Jest tests

Full Changelog: v1...v1.6.0

v1.5.0

09 Feb 17:15

Choose a tag to compare

What's Changed

Added

  • Added support for scan tuning parameters

Changed

  • Upgraded scanoss-py version to v1.45.0

Full Changelog: v1...v1.5.0

Alternate scan root/sub-folder

12 Dec 10:32
7da0dbb

Choose a tag to compare

  • Add support to specify alternative scan root inside a repository

v1.3.1

21 Oct 15:32
a0ded05

Choose a tag to compare

v1.3.1 Pre-release
Pre-release

What's Changed

  • Added conversion from raw result to spdxlite and csv
  • Changed default raw results file name to scanoss-raw.json

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Oct 16:27
701a26d

Choose a tag to compare

v1.3.0 Pre-release
Pre-release

What's Changed

  • Added delta scanning for pull requests and pushes

Full Changelog: v1.2.5...v1.3.0

v1.2.5

02 Oct 16:15
92d8368

Choose a tag to compare

v1.2.5 Pre-release
Pre-release

What's Changed

  • Fixed missing brackets when initialising scanoss.json from a link.
  • Improved JSON extraction, validation, and error reporting for policy details to prevent malformed merges

Full Changelog: v1.2.4...v1.2.5