Skip to content

fix: return specific error for stale E2EE attestation keys #646

fix: return specific error for stale E2EE attestation keys

fix: return specific error for stale E2EE attestation keys #646

name: Security audit
on:
push:
branches:
- 'main'
pull_request:
schedule:
- cron: '0 0 * * *' # Run daily at midnight UTC
permissions:
issues: write
checks: write
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}