Skip to content

Releases: google/osv-scanner-action

v2.1.0

Choose a tag to compare

@michaelkedar michaelkedar released this 14 Jul 04:47
b00f71e

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

Choose a tag to compare

@another-rex another-rex released this 16 Jun 05:13
40a8940

Update to use osv-scanner v2.0.3

Notable changes:

  • There's now a flag --allow-no-lockfiles you can pass to osv-scanner to avoid getting an error when running against a repo with no lockfiles.
  • We no longer ignore general errors when they occur on osv-scanner-action, and will fail the workflow (e.g. invalid flags passed in)

v2.0.2

Choose a tag to compare

@another-rex another-rex released this 05 May 00:37
e69cc6c

Update osv-scanner to v2.0.2

v2.0.1

Choose a tag to compare

@michaelkedar michaelkedar released this 03 Apr 04:21
6fc7144

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@another-rex another-rex released this 23 Mar 23:45
98b584e

What's Changed

  • Updated to support OSV-Scanner V2
  • Workflows, add support for matrix strategies by @GeoDerp in #52
  • Support checking out submodules by @faern in #57

Breaking changes

By default, osv-scanner-action no longer scans the HEAD git hash. This means if there are no other lockfiles found to scan, then osv-scanner-action will fail the workflow, as it is likely it's setup incorrectly.

To match the previous behavior, pass --include-git-root to scan-args, e.g.

  osv-scan:
    uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.0.0"
    with:
      scan-args: |-
        --include-git-root
        --recursive
        ./

Full Changelog: v1.9.2...v2.0.0

v1.9.2

Choose a tag to compare

@hogo6002 hogo6002 released this 19 Dec 04:23
764c918

What's Changed

Full Changelog: v1.9.1...v1.9.2

v1.9.1

Choose a tag to compare

@another-rex another-rex released this 13 Dec 00:21
daa2c68

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

Choose a tag to compare

@michaelkedar michaelkedar released this 02 Oct 06:25
19ec111

What's Changed

New Contributors

Full Changelog: v1.8.5...v1.9.0

v1.8.5

Choose a tag to compare

@cuixq cuixq released this 12 Sep 00:58
f0e6719

This updates OSV-Scanner to v1.8.5.

What's Changed

New Contributors

  • @cuixq made their first contribution in #42

Full Changelog: v1.8.4...v1.8.5

v1.8.4

Choose a tag to compare

@andrewpollock andrewpollock released this 22 Aug 05:04
678a866