Skip to content

Commit 8018483

Browse files
committed
"Update actions to use v2.3.3 osv-scanner image"
1 parent 2c222db commit 8018483

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 v2.3.2](https://img.shields.io/badge/release-v2.3.2-blue?style=flat)](https://github.com/google/osv-scanner-action/releases)
3+
[![Release v2.3.3](https://img.shields.io/badge/release-v2.3.3-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:v2.3.2"
25+
image: "docker://ghcr.io/google/osv-scanner-action:v2.3.3"
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
@@ -24,6 +24,6 @@ inputs:
2424
./
2525
runs:
2626
using: "docker"
27-
image: "docker://ghcr.io/google/osv-scanner-action:v2.3.2"
27+
image: "docker://ghcr.io/google/osv-scanner-action:v2.3.3"
2828
args:
2929
- ${{ inputs.scan-args }}

0 commit comments

Comments
 (0)