Skip to content

Slack alerts for Sigrid findings #88

Slack alerts for Sigrid findings

Slack alerts for Sigrid findings #88

Workflow file for this run

name: "Slack alerts for Sigrid findings"
on:
schedule:
- cron: "0 6 * * 1-5"
jobs:
slackalerts:
name: "Send Slack alerts"
runs-on: ubuntu-latest
steps:
- name: "Check out repository"
uses: actions/checkout@v4
repository: "Software-Improvement-Group/sigrid-integrations"

Check failure on line 12 in .github/workflows/slack-alerts.yml

View workflow run for this annotation

GitHub Actions / Slack alerts for Sigrid findings

Invalid workflow file

The workflow is not valid. .github/workflows/slack-alerts.yml (Line: 12, Col: 9): Unexpected value 'repository'
- run: "./slack-security-findings/daily_findings.py --customer sig --system sigridci-client"
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"
SECURITY_FINDINGS_WEBHOOK: "${{ secrets.SECURITY_FINDINGS_WEBHOOK }}"