Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/sigrid-scheduled.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sigrid CI scheduled
on:
schedule:
- cron: '0 1 * * *'

jobs:
sigridci:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sigrid CI
uses: Software-Improvement-Group/sigridci@main
with:
customer: sig
system: sigridci-client
publishonly: true
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"
1 change: 1 addition & 0 deletions sigrid.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
default_excludes: false
languages:
- name: "Python"
thirdpartyfindings:
Expand Down
Loading