Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx committed Apr 7, 2024
1 parent 7d5157d commit 66f5a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
name: Scan

on:
schedule:
- cron: "*/2 * * * *"
push:
branches:
- main
Expand Down Expand Up @@ -49,5 +51,6 @@ jobs:
image: local/authservice:scan-amd64
- run: cat ${{ steps.scan.outputs.sarif }}
- uses: github/codeql-action/upload-sarif@v2
if: ${{ github.event_name == 'schedule' }}
with:
sarif_file: ${{ steps.scan.outputs.sarif }}

0 comments on commit 66f5a41

Please sign in to comment.