From bd12ae1878d581c6a7be0010b8dd88b310138819 Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Fri, 17 Jan 2025 13:06:29 -0500 Subject: [PATCH] Update saf_action step to use -T flag Signed-off-by: Joyce Quach --- .github/workflows/verify-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-s3.yml b/.github/workflows/verify-s3.yml index 2498d5e..6205451 100644 --- a/.github/workflows/verify-s3.yml +++ b/.github/workflows/verify-s3.yml @@ -54,4 +54,4 @@ jobs: - name: Ensure the scan meets our results threshold uses: mitre/saf_action@v1 with: - command_string: 'validate:threshold -i results.json -F threshold.yml' + command_string: 'validate:threshold -i results.json -T threshold.yml'