Skip to content

Expand incidents to 114: ASI agentic exploits, MCP attacks, supply ch… #108

Expand incidents to 114: ASI agentic exploits, MCP attacks, supply ch…

Expand incidents to 114: ASI agentic exploits, MCP attacks, supply ch… #108

Workflow file for this run

name: Link check
on:
schedule:
- cron: '0 6 * * 1'
push:
branches: [main]
jobs:
linkcheck:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2.0.2
with:
args: '--verbose --no-progress **/*.md'
fail: true