chore(deps): pin github.com/fsnotify/fsnotify to version 1.9.0#4881
chore(deps): pin github.com/fsnotify/fsnotify to version 1.9.0#4881soltysh wants to merge 3 commits into
Conversation
✅ Deploy Preview for zarf-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
…10.1 Signed-off-by: Maciej Szulik <maciej@defenseunicorns.com>
Signed-off-by: Maciej Szulik <maciej@defenseunicorns.com>
|
Did some more reading and found we already rely on https://github.com/actions/dependency-review-action which has the ability to deny specific versions. Based on kubernetes/kubernetes#138812 I've denied 1.10.0 and 1.10.1. For testing purposes, I've added 2nd commit for now, which actually bumps that library to one of the denied, to see what the CI will show. Once confirmed I'll drop this part. |
04830e1 to
394c60d
Compare
Signed-off-by: Maciej Szulik <maciej@defenseunicorns.com>
|
I did some more testing and I'm quite disappointed with https://github.com/actions/dependency-review-action, see: If we want to do that, we'll need to create our own script, probably somewhere in |

Description
Pin github.com/fsnotify/fsnotify to version 1.9.0, which based on conversations from kubernetes/kubernetes#138812 seems a safe option for now. The future versions are considered unwanted until we get an audit which was initiated by the kubernetes community.
Checklist before merging