Skip to content

Commit

Permalink
Merge pull request #619 from metal3-io/dependabot/github_actions/main…
Browse files Browse the repository at this point in the history
…/google/osv-scanner-1.8.2

🌱 Bump google/osv-scanner from 1.8.1 to 1.8.2
  • Loading branch information
metal3-io-bot authored Aug 5, 2024
2 parents 77bc87c + aa26d6f commit 30ad5ca
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 30ad5ca

Please sign in to comment.