From 1f792ac1ddb8720e144495b9fa79ac51f9992330 Mon Sep 17 00:00:00 2001 From: RelunSec Date: Tue, 10 Feb 2026 05:00:23 -0800 Subject: [PATCH] Remove OSV-Scanner workflow configuration --- .github/workflows/osv-scanner.yml | 36 ------------------------------- 1 file changed, 36 deletions(-) diff --git a/.github/workflows/osv-scanner.yml b/.github/workflows/osv-scanner.yml index 1f98b7d..8b13789 100644 --- a/.github/workflows/osv-scanner.yml +++ b/.github/workflows/osv-scanner.yml @@ -1,37 +1 @@ -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 - ./