Skip to content

Commit

Permalink
Merge pull request #676 from Nordix/fix/osv-scanner-kashif
Browse files Browse the repository at this point in the history
🌱  Use osv-scanner workflow file instead of local workflow
  • Loading branch information
metal3-io-bot authored Sep 10, 2024
2 parents c084093 + 12b883a commit 323a90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 107 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/osv-scanner-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ permissions: {}
jobs:
scan-scheduled:
permissions:
actions: read
contents: read # to fetch code (actions/checkout)
security-events: write # for uploading SARIF files
if: ${{ github.repository == 'metal3-io/ip-address-manager' && github.event_name == 'schedule' }}
uses: "./.github/workflows/osv-scanner.yml"
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@4a318af4a84899723625da2927c30fcfb7247126 # v1.8.4
106 changes: 0 additions & 106 deletions .github/workflows/osv-scanner.yml

This file was deleted.

0 comments on commit 323a90b

Please sign in to comment.