Skip to content

chore!: Update kube to v0.96 #76

chore!: Update kube to v0.96

chore!: Update kube to v0.96 #76

Workflow file for this run

name: Security audit
on:
workflow_dispatch:
schedule:
- cron: "17 5 * * 5"
push:
branches:
- main
paths:
- "**/Cargo.toml"
pull_request:
jobs:
security-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1