Skip to content

Commit

Permalink
osv fork (#13)
Browse files Browse the repository at this point in the history
* osv fork

* osv fork
  • Loading branch information
shahar-h authored May 6, 2024
1 parent de7413f commit e92e834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
scan-scheduled:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" # v1.7.1
uses: "shahar-h/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@28046d1755e91d7bc80ec9af5687999384ca9438" # v1.7.1
permissions:
contents: read
# Require writing security events to upload SARIF file to security tab
Expand All @@ -31,7 +31,7 @@ jobs:
./
scan-pr:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" # v1.7.1
uses: "shahar-h/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@28046d1755e91d7bc80ec9af5687999384ca9438" # v1.7.1
permissions:
contents: read
# Require writing security events to upload SARIF file to security tab
Expand Down

0 comments on commit e92e834

Please sign in to comment.