build: rename "scan" script to "audit"

This commit is contained in:
sebthom
2024-11-21 22:04:15 +01:00
parent 1b326c1ce8
commit 6e76b0ff4c
2 changed files with 3 additions and 3 deletions

View File

@@ -129,8 +129,8 @@ jobs:
run: pdm show
- name: Security scan
run: pdm run scan
- name: Security Audit
run: pdm run audit
- name: Check code style