From 706fc6557011a6128b0b345e93b1db72962d5317 Mon Sep 17 00:00:00 2001 From: Devlynn Singley <214317927+EjaihLyricLaStrange@users.noreply.github.com> Date: Sun, 31 Aug 2025 17:54:29 -0700 Subject: [PATCH] Update apisec-scan.yml --- .github/workflows/apisec-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apisec-scan.yml b/.github/workflows/apisec-scan.yml index b1df7b2..8e58fdb 100644 --- a/.github/workflows/apisec-scan.yml +++ b/.github/workflows/apisec-scan.yml @@ -62,7 +62,7 @@ jobs: # The Password of the APIsec user with which the scans will be executed apisec-password: ${{ secrets.apisec_password}} # The name of the project for security scan - apisec-project: "VAmPI" + apisec-project: "VAPI" # The name of the sarif format result file The file is written only if this property is provided. sarif-result-file: "apisec-results.sarif" - name: Import results