You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rucio containers are mostly used in a server context, so it would be a good idea to pin all dependencies and images involved. Similar to rucio/rucio#6756
Ideally we would do these steps:
Pin all dependencies involved
Enable Scorecard to ensure no unpinned dependencies are added
Enable Dependabot for security updates (so that pinned dependencies get updated when there's security issues) - the integ test enabled in the prior step will confirm that the containers involved still build fine. As an alternative, it might be better to allow non-security updates for development dependencies, in order to not fall behind.
The text was updated successfully, but these errors were encountered:
Rucio containers are mostly used in a server context, so it would be a good idea to pin all dependencies and images involved. Similar to rucio/rucio#6756
Ideally we would do these steps:
rucio/rucio
integ tests for PRs inrucio/containers
#310The text was updated successfully, but these errors were encountered: