Add v1.0 version numbers to all scripts

This commit is contained in:
pdmarf
2026-04-17 23:08:41 +01:00
parent 101fe444b1
commit fddef543fd
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# npm-security-check.sh
# npm-security-check.sh v1.0
# Scans for NPM/Node.js malware indicators on this VM.
set -euo pipefail