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
Details:
Perhaps same goes for actions pinned by a branch, i.e. @main
Follow-up work:
This option should be propagated to:
frizbee-action
minder
The defaults there should be not pin latest images.
Reasoning:
Using latest is not suggested but at least keeps the dependency updated whereas if we pin it and they don't have dependabot enabled it might become an issue later.
The text was updated successfully, but these errors were encountered:
- Fixes the default container regex to handle `FROM` directives that use
a platform. Retains them when returning the modified reference
- uses buildkit's dockerfile parser to get access to a real parser and use it
to properly extract the image name and arguments such as `--platform` without
brittle homecooked parsing
- extends the image skipping to skip images or tags based on
configuration
- adds tests
Fixes: stacklok#150Fixes: stacklok#157
jhrozek
added a commit
to jhrozek/frizbee
that referenced
this issue
Jun 17, 2024
Details:
Perhaps same goes for actions pinned by a branch, i.e.
@main
Follow-up work:
This option should be propagated to:
The defaults there should be not pin latest images.
Reasoning:
Using latest is not suggested but at least keeps the dependency updated whereas if we pin it and they don't have dependabot enabled it might become an issue later.
The text was updated successfully, but these errors were encountered: