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

Commit

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

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

0 comments on commit 26feb0f

Please sign in to comment.