Skip to content

Commit

Permalink
🌱 Bump google/osv-scanner from 1.8.1 to 1.8.2
Browse files Browse the repository at this point in the history
Bumps [google/osv-scanner](https://github.com/google/osv-scanner) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/google/osv-scanner/releases)
- [Changelog](https://github.com/google/osv-scanner/blob/main/CHANGELOG.md)
- [Commits](google/osv-scanner@46aee59...1ea785e)

---
updated-dependencies:
- dependency-name: google/osv-scanner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent cb0b8a5 commit aa26d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
go-version: ${{ steps.vars.outputs.go_version }}
- name: "Run scanner on existing code"
uses: google/osv-scanner/actions/scanner@46aee59befed6edb5fc737ef35b5febf987cffa9 # v1.8.1
uses: google/osv-scanner/actions/scanner@1ea785e56de9f7817c57266025f0a56279141053 # v1.8.2
continue-on-error: true
with:
scan-args: |-
Expand All @@ -59,15 +59,15 @@ jobs:
- name: "Checkout current branch"
run: git checkout $GITHUB_SHA
- name: "Run scanner on new code"
uses: google/osv-scanner/actions/scanner@46aee59befed6edb5fc737ef35b5febf987cffa9 # v1.8.1
uses: google/osv-scanner/actions/scanner@1ea785e56de9f7817c57266025f0a56279141053 # v1.8.2
with:
scan-args: |-
--format=json
--output=new-results.json
${{ inputs.scan-args }}
continue-on-error: true
- name: "Run osv-scanner-reporter"
uses: google/osv-scanner/actions/reporter@46aee59befed6edb5fc737ef35b5febf987cffa9 # v1.8.1
uses: google/osv-scanner/actions/reporter@1ea785e56de9f7817c57266025f0a56279141053 # v1.8.2
with:
scan-args: |-
--output=${{ inputs.results-file-name }}
Expand Down

0 comments on commit aa26d6f

Please sign in to comment.