Skip to content

Remove OpenSSF Best Practices badge #66

Remove OpenSSF Best Practices badge

Remove OpenSSF Best Practices badge #66

Workflow file for this run

name: OSV-Scanner
on:
pull_request:
branches: [ "main", "DSSRF_Branch_Rule" ]
merge_group:
branches: [ "main", "DSSRF_Branch_Rule" ]
schedule:
- cron: '* * * * *'
push:
branches: [ "main", "DSSRF_Branch_Rule" ]
permissions:
# Require writing security events to upload SARIF file to security tab
security-events: write
# Read commit contents
contents: read
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
with:
# Example of specifying custom arguments
scan-args: |-
-r
--skip-git
./
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
with:
# Example of specifying custom arguments
scan-args: |-
-r
--skip-git
./