Skip to content

fix(security): harden StarForge cache paths #40

fix(security): harden StarForge cache paths

fix(security): harden StarForge cache paths #40

Workflow file for this run

name: Security Audit
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 0 * * 0' # Weekly on Sundays
jobs:
audit:
name: Cargo Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}