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
@UncleGedd just to tie things together, let me know what timeline / priority you're working this on, we should squish the things that I am working in this PR to make this clean: zarf-dev/zarf#2276
## Description
This PR removes Zarf as a dependency of Maru, and proposes the following
breaking changes to the library API surface:
1. Creating a simple registration system for `./` prefixed apps
2. Not reaching into os.Env within library code (i.e. when processing
`RUN_<VAR>`)
This also proposes the following feature breaking changes:
1. Drop support for `files`.
## Related Issue
Fixes#23Fixes#60
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Other (security config, docs update, etc)
## Checklist before merging
- [X] Test, docs, adr added or updated as needed
- [X] [Contributor Guide
Steps](https://github.com/defenseunicorns/maru-runner/blob/main/CONTRIBUTING.md)
followed
---------
Co-authored-by: Eric Wyles <[email protected]>
Description
Today Maru pulls in Zarf for various action cmds. Remove the dependency on Zarf and migrate actions commands to this repo
The text was updated successfully, but these errors were encountered: