Feature: overprovisioned-secrets
should also consider dynamic accesses
#551
Labels
enhancement
New feature or request
Pre-submission checks
What's the problem this feature will solve?
Right now,
overprovisioned-secrets
detects patterns liketoJSON(secrets)
.However, another case that should be caught that results in overprovisioning is when
secrets
is indexed via a key that isn't known until workflow execution time, e.g.:poutine
'sjob_all_secrets
check has additional details: https://github.com/boostsecurityio/poutine/blob/main/docs/content/en/rules/job_all_secrets.mdDescribe the solution you'd like
See above.
Additional context
No response
The text was updated successfully, but these errors were encountered: