nix-weather/.forgejo/workflows/audit.yml
Christina Sørensen 330656f01e
Some checks failed
/ test (push) Successful in 1s
Security audit / security_audit (pull_request) Failing after 1m51s
Conventional Commits / Conventional Commits (pull_request) Successful in 11s
/ Flake Checker (pull_request) Failing after 3s
/ Build Nix package (pull_request) Failing after 3s
/ Check Nix Flake (pull_request) Failing after 2s
Unit tests / unit-tests (native, 1.70.0) (pull_request) Has been cancelled
Unit tests / unit-tests (native, beta) (pull_request) Has been cancelled
Unit tests / unit-tests (native, nightly) (pull_request) Has been cancelled
Unit tests / unit-tests (native, stable) (pull_request) Has been cancelled
ci: trigger audit on push to pr
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-05 18:59:54 +02:00

23 lines
515 B
YAML

# SPDX-FileCopyrightText: 2024 Christina Sørensen
#
# SPDX-License-Identifier: EUPL-1.2
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '.github/workflows/audit.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
- 'deny.toml'
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