Skip to content

Commit

Permalink
Update osv-scanner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer authored Jun 22, 2024
1 parent ba00ad7 commit f06a71c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ name: Run OSV Scanner
on: [workflow_dispatch]

jobs:
scan:
uses: "google/osv-scanner-action/.github/workflows/[email protected]"
with:
scan-args: |-
--recursive
--skip-git=true
./
build:

runs-on: ubuntu-latest
steps:
- uses: "google/osv-scanner-action/.github/workflows/[email protected]"
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit f06a71c

Please sign in to comment.