nix-weather/.forgejo/workflows/audit.yml
Christina Sørensen 6ec1ba74a8
Some checks failed
Security audit / security_audit (pull_request) Has been cancelled
Conventional Commits / Conventional Commits (pull_request) Successful in 11s
ci(audit): fix multiple audit.yml flows spawning on same commit
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-06 05:26:14 +02:00

19 lines
419 B
YAML

# SPDX-FileCopyrightText: 2024 Christina Sørensen
#
# SPDX-License-Identifier: EUPL-1.2
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
branches: [main]
pull_request:
branches: [main]
jobs:
security_audit:
runs-on: native
steps:
- uses: actions/checkout@v4
- name: Scan for vulnerabilities
run: nix develop --accept-flake-config --command cargo deny check