Skip to content

Commit

Permalink
Update actions to use v1.8.4 osv-scanner image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpollock committed Aug 22, 2024
1 parent b756d11 commit fa6b699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSV-Scanner CI/CD Action

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

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/).
Expand Down
2 changes: 1 addition & 1 deletion osv-reporter-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
required: true
runs:
using: "docker"
image: "docker://ghcr.io/google/osv-scanner-action:v1.8.3"
image: "docker://ghcr.io/google/osv-scanner-action:v1.8.4"
entrypoint: /root/osv-reporter
args:
- "${{ inputs.scan-args }}"
2 changes: 1 addition & 1 deletion osv-scanner-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ inputs:
./
runs:
using: "docker"
image: "docker://ghcr.io/google/osv-scanner-action:v1.8.3"
image: "docker://ghcr.io/google/osv-scanner-action:v1.8.4"
args:
- ${{ inputs.scan-args }}

0 comments on commit fa6b699

Please sign in to comment.