Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: de-zarfify maru-runner #73

Merged
merged 28 commits into from
May 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ee56e77
chore: de-zarfify maru-runner
Racer159 May 8, 2024
d54329c
fix some linting
Racer159 May 10, 2024
fd48372
fix env var handling
Racer159 May 10, 2024
be0cace
fix variable loading
Racer159 May 10, 2024
a266924
remove files and fix list all
Racer159 May 10, 2024
3f1c8c3
remove zarf completely
Racer159 May 14, 2024
98440da
fix lint and little errors
Racer159 May 14, 2024
9ac65de
fix some nice-to-haves
Racer159 May 14, 2024
b35aca3
switch variables to internal
Racer159 May 17, 2024
e11cb0a
switch variables to internal
Racer159 May 17, 2024
a2e2a68
unit tests target
ericwyles May 17, 2024
5203fde
remove zarf specific things
Racer159 May 17, 2024
b0a70e8
remove text template
Racer159 May 17, 2024
abef76b
switch variables to have generics
Racer159 May 17, 2024
3fcc592
resolve lint and Makefile *isms
Racer159 May 17, 2024
44718d3
segment runaction logic out of runner
Racer159 May 17, 2024
a34b491
fix actions test
Racer159 May 17, 2024
d2e5df0
add cmd mutation check in case they are already set
Racer159 May 20, 2024
c831651
fix schema
Racer159 May 20, 2024
5a30461
test schema workflow
Racer159 May 20, 2024
226222d
fix schema workflow
Racer159 May 20, 2024
a1891ba
fix schema
Racer159 May 20, 2024
cc7912d
remove zarf grype ignores
Racer159 May 20, 2024
4e8b002
add dependency review workflow
Racer159 May 20, 2024
e1a8865
update more zarf references
Racer159 May 20, 2024
7d26500
fix issue templates
Racer159 May 20, 2024
fc47b74
fix lints
Racer159 May 20, 2024
5107679
update to released exec
Racer159 May 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add dependency review workflow
  • Loading branch information
Racer159 committed May 20, 2024
commit 4e8b0024895f9a923c8e52ddcb97d1d1843407fd
15 changes: 15 additions & 0 deletions .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dependency Review
on: pull_request

permissions:
contents: read

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.4

- name: Dependency Review
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
Loading