diff --git a/.machine_readable/Debtfile.a2ml b/.machine_readable/Debtfile.a2ml index 2fc0c129..288e64c4 100644 --- a/.machine_readable/Debtfile.a2ml +++ b/.machine_readable/Debtfile.a2ml @@ -51,8 +51,8 @@ forgotten. ### shell-scripts-missing-spdx - description: Shell scripts under scripts/ without an SPDX-License-Identifier in the first three lines - probe: n=0; for f in $(git ls-files 'scripts/*.sh'); do head -3 "$f" | grep -q 'SPDX-License-Identifier' || n=$((n+1)); done; echo "$n" -- count: 0 -- ceiling: 2 +- count: 1 +- ceiling: 1 - severity: medium - policy: remediable - tri: eliminate