From 25eb417acc989030ceb3acedd368ad584a671eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Fri, 6 Sep 2024 17:32:35 +0200 Subject: [PATCH] Remove public wording --- ql/src/Security/CWE-312/SecretsInArtifacts.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/src/Security/CWE-312/SecretsInArtifacts.ql b/ql/src/Security/CWE-312/SecretsInArtifacts.ql index a7ed799f761..494a955f96b 100644 --- a/ql/src/Security/CWE-312/SecretsInArtifacts.ql +++ b/ql/src/Security/CWE-312/SecretsInArtifacts.ql @@ -41,5 +41,5 @@ where or checkout.getArgument("path") + ["", "/*"] = upload.getArgument("path") ) -select upload, "A secret is exposed in a public artifact uploaded by $@", upload, +select upload, "A secret is exposed in an artifact uploaded by $@", upload, "actions/upload-artifact"