Skip to content

Commit

Permalink
Merge pull request #17 from google/update-to-v1.7.3
Browse files Browse the repository at this point in the history
Update to v1.7.3
  • Loading branch information
another-rex authored May 9, 2024
2 parents 667ecd2 + 5579380 commit 75532bf
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.7.1](https://img.shields.io/badge/release-v1.7.1-blue?style=flat)](https://github.com/google/osv-scanner-action/releases)
[![Release v1.7.3](https://img.shields.io/badge/release-v1.7.3-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.7.1"
image: "docker://ghcr.io/google/osv-scanner-action:v1.7.3"
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.7.1"
image: "docker://ghcr.io/google/osv-scanner-action:v1.7.3"
args:
- ${{ inputs.scan-args }}

0 comments on commit 75532bf

Please sign in to comment.