Update severity for excessive-secrets-exposure

This ensures that it will remain in the default suite.
This commit is contained in:
Dave Bartolomeo
2025-02-06 11:32:32 -05:00
parent d7259c17db
commit 81ff4dd81c

View File

@@ -2,7 +2,8 @@
* @name Excessive Secrets Exposure
* @description All organization and repository secrets are passed to the workflow runner.
* @kind problem
* @problem.severity recommendation
* @precision high
* @problem.severity warning
* @id actions/excessive-secrets-exposure
* @tags actions
* security