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 Nov 4, 2024
1 parent 1bea966 commit 5672f0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/osv-scanner-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: OSV-Scanner Scan
on:
schedule:
- cron: "12 12 * * 1"
pull_request:
branches: [ main ]

# Restrict jobs in this workflow to have no permissions by default; permissions
# should be granted per job as needed using a dedicated `permissions` block
Expand All @@ -17,7 +19,7 @@ jobs:
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' }}
### Condition temporarily removed for testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -28,6 +30,7 @@ jobs:
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: ${{ steps.vars.outputs.go_version }}
- run: go version
- name: Run OSV Scanner
uses: google/osv-scanner/actions/scanner@b13f37e1a1e4cb98556c1d34cd3256a876929be1 # v1.9.1
with:
Expand Down

0 comments on commit 5672f0e

Please sign in to comment.