Skip to content

Commit 25eb417

Browse files
author
Alvaro Muñoz
committed
Remove public wording
1 parent 37fc615 commit 25eb417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/Security/CWE-312/SecretsInArtifacts.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ where
4141
or
4242
checkout.getArgument("path") + ["", "/*"] = upload.getArgument("path")
4343
)
44-
select upload, "A secret is exposed in a public artifact uploaded by $@", upload,
44+
select upload, "A secret is exposed in an artifact uploaded by $@", upload,
4545
"actions/upload-artifact"

0 commit comments

Comments
 (0)