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"