Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
Signed-off-by: Kashif Khan <[email protected]>
  • Loading branch information
kashifest committed Sep 17, 2024
1 parent be02289 commit b520f34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/osv-scanner-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
name: OSV-Scanner Scan

on:
# this is for test only
pull_request:
branches:
- main
schedule:
- cron: "12 12 * * 1"

Expand All @@ -18,4 +22,4 @@ jobs:
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: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@9f2a2e7c3d02f6a5f9f8f8f8f8f8f8f8f8f8f8f8 # v1.8.5
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.5 # v1.8.5

0 comments on commit b520f34

Please sign in to comment.