Skip to content

Workflow - Daily Security #245

Workflow - Daily Security

Workflow - Daily Security #245

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/github-workflow.json
name: Workflow - Daily Security
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
name: Security - Audit check
if: ${{ github.repository_owner == 'madara-alliance' || github.event_name != 'schedule' }}
runs-on: blacksmith-16vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}