Skip to content

Commit cbb0295

Browse files
committed
Update actions to use v1.9.1 osv-scanner image
1 parent 8b8e186 commit cbb0295

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OSV-Scanner CI/CD Action
22

3-
[![Release v1.9.0](https://img.shields.io/badge/release-v1.9.0-blue?style=flat)](https://github.com/google/osv-scanner-action/releases)
3+
[![Release v1.9.1](https://img.shields.io/badge/release-v1.9.1-blue?style=flat)](https://github.com/google/osv-scanner-action/releases)
44
<!-- Hard coded release version -->
55

66
The OSV-Scanner CI/CD action leverages the [OSV.dev](https://osv.dev/) database and the [OSV-Scanner](https://google.github.io/osv-scanner/) CLI tool to track and notify you of known vulnerabilities in your dependencies for over 11 [languages and ecosystems](https://google.github.io/osv-scanner/supported-languages-and-lockfiles/).

osv-reporter-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
required: true
2323
runs:
2424
using: "docker"
25-
image: "docker://ghcr.io/google/osv-scanner-action:v1.9.0"
25+
image: "docker://ghcr.io/google/osv-scanner-action:v1.9.1"
2626
entrypoint: /root/osv-reporter
2727
args:
2828
- "${{ inputs.scan-args }}"

osv-scanner-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ inputs:
2525
./
2626
runs:
2727
using: "docker"
28-
image: "docker://ghcr.io/google/osv-scanner-action:v1.9.0"
28+
image: "docker://ghcr.io/google/osv-scanner-action:v1.9.1"
2929
args:
3030
- ${{ inputs.scan-args }}

0 commit comments

Comments
 (0)