Skip to content

Commit 49dec59

Browse files
hyperpolymathclaude
andcommitted
chore: OpenSSF workflows and compliance updates
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9aff2d4 commit 49dec59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

justfile renamed to Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ deps:
6464
# Create compiled escript binary
6565
escript:
6666
mix escript.build
67+
68+
# Run panic-attacker pre-commit scan
69+
assail:
70+
@command -v panic-attack >/dev/null 2>&1 && panic-attack assail . || echo "panic-attack not found — install from https://github.com/hyperpolymath/panic-attacker"

0 commit comments

Comments
 (0)