From 84f92c70c9dbb0f5c593afffc7da6926247c158c Mon Sep 17 00:00:00 2001 From: Rami Souai Date: Tue, 11 Oct 2022 15:59:51 +0200 Subject: [PATCH] #1399: Use specific rule in semgrep integration-test instead of ruleset Signed-off-by: Rami Souai --- scanners/semgrep/integration-tests/semgrep.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanners/semgrep/integration-tests/semgrep.test.js b/scanners/semgrep/integration-tests/semgrep.test.js index 5aea53ae36..fd9401ed2f 100644 --- a/scanners/semgrep/integration-tests/semgrep.test.js +++ b/scanners/semgrep/integration-tests/semgrep.test.js @@ -14,7 +14,7 @@ test( "semgrep", [ "-c", - "p/ci", + "r/python.django.security.injection.command.command-injection-os-system.command-injection-os-system", "/test/", ], 90,