use raw controller

This commit is contained in:
Adam Wilson
2025-05-19 21:41:14 -06:00
parent 8def474734
commit d1c87d4cdf
9 changed files with 167 additions and 155 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
# Don't use set -e here as we want to capture and handle errors ourselves
cd $GITHUB_WORKSPACE
# Make sure garak report directory exists
GARAK_REPORTS_DIR="/home/runner/.local/share/garak/garak_runs"
mkdir -p $GARAK_REPORTS_DIR