dagger / dagger-for-github

GitHub Action for Dagger
https://github.com/marketplace/actions/dagger-for-github
Apache License 2.0
120 stars 25 forks source link

Issue with Action dependencies (Vulnerabilities) #70

Closed rajbos closed 1 year ago

rajbos commented 1 year ago

Hi folks,

An internal user requested us to on board this action so we ran it through some security checks, like forking it and enabling Dependabot. Dependabot found 52 issues in vulnerable dependencies, of which 6 are critical!

These might not be miss-usable by a caller of the action, but maybe you want to enable Dependabot and have it update those dependencies as well (I see it is in use for updating the Actions that are in use). as a best practice

image

crazy-max commented 1 year ago

@rajbos This is just for dev dependencies which is not critical for this action as build is sandboxed and these deps are not shipped anyway. Also yes Dependabot is already enabled on this repo for production dependencies which is enough to keep distributed artifacts for this action up to date.