Skip to content

Commit

Permalink
Merge pull request #696 from metal3-io/dependabot/github_actions/rele…
Browse files Browse the repository at this point in the history
…ase-1.8/google/osv-scanner-1.8.5

🌱 Bump google/osv-scanner from 1.8.4 to 1.8.5
  • Loading branch information
metal3-io-bot authored Oct 8, 2024
2 parents 56b40ae + 5efc38c commit 8955f2d
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@4a318af4a84899723625da2927c30fcfb7247126 # v1.8.4
uses: google/osv-scanner/actions/scanner@6f61445b22e99d3a0a3ffb5dad7b723a9fa84964 # v1.8.5
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@4a318af4a84899723625da2927c30fcfb7247126 # v1.8.4
uses: google/osv-scanner/actions/scanner@6f61445b22e99d3a0a3ffb5dad7b723a9fa84964 # v1.8.5
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@4a318af4a84899723625da2927c30fcfb7247126 # v1.8.4
uses: google/osv-scanner/actions/reporter@6f61445b22e99d3a0a3ffb5dad7b723a9fa84964 # v1.8.5
with:
scan-args: |-
--output=${{ inputs.results-file-name }}
Expand Down

0 comments on commit 8955f2d

Please sign in to comment.