diff --git a/.github/workflows/sigrid-scheduled.yml b/.github/workflows/sigrid-scheduled.yml new file mode 100644 index 00000000..06d115fa --- /dev/null +++ b/.github/workflows/sigrid-scheduled.yml @@ -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 }}" diff --git a/sigrid.yaml b/sigrid.yaml index 51f587a2..a02280e0 100644 --- a/sigrid.yaml +++ b/sigrid.yaml @@ -1,3 +1,4 @@ +default_excludes: false languages: - name: "Python" thirdpartyfindings: