From 8b4a8b3916d41267990ad3000b4a8485dabc9ba6 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:18:10 +0900 Subject: [PATCH] fix: update github actions integration-test --- .github/workflows/integration-test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f17436e5f..501462fb5 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -42,22 +42,22 @@ jobs: run: cd main && cargo run --release -- computer-metrics -d ../hayabusa-sample-evtx -q - name: csv-timeline - run: cd main && cargo run --release -- csv-timeline -d ../hayabusa-sample-evtx -o out.csv -q + run: cd main && cargo run --release -- csv-timeline -d ../hayabusa-sample-evtx -o out.csv -q -w - name: csv-timeline(-p super-verbose) - run: cd main && cargo run --release -- csv-timeline -d ../hayabusa-sample-evtx -o out-s.csv -p super-verbose -q + run: cd main && cargo run --release -- csv-timeline -d ../hayabusa-sample-evtx -o out-s.csv -p super-verbose -q -w - name: eid-metrics run: cd main && cargo run --release -- eid-metrics -d ../hayabusa-sample-evtx -q - name: json-timeline - run: cd main && cargo run --release -- json-timeline -d ../hayabusa-sample-evtx -o out.json -q + run: cd main && cargo run --release -- json-timeline -d ../hayabusa-sample-evtx -o out.json -q -w - name: json-timeline(-p super-verbose) - run: cd main && cargo run --release -- json-timeline -d ../hayabusa-sample-evtx -o out-s.json -p super-verbose -q + run: cd main && cargo run --release -- json-timeline -d ../hayabusa-sample-evtx -o out-s.json -p super-verbose -q -w - name: json-timeline(-L) - run: cd main && cargo run --release -- json-timeline -d ../hayabusa-sample-evtx -o out.jsonl -q -L + run: cd main && cargo run --release -- json-timeline -d ../hayabusa-sample-evtx -o out.jsonl -q -L -w - name: level-tuning run: cd main && cargo run --release -- level-tuning -f ./rules/config/level_tuning.txt -q @@ -72,10 +72,10 @@ jobs: run: cd main && cargo run --release -- logon-summary -d ../hayabusa-sample-evtx -q - name: pivot-keywords-list - run: cd main && cargo run --release -- pivot-keywords-list -d ../hayabusa-sample-evtx -o p.csv -q + run: cd main && cargo run --release -- pivot-keywords-list -d ../hayabusa-sample-evtx -o key -q -w - name: search - run: cd main && cargo run --release -- search -d ../hayabusa-sample-evtx -k mimikatz -o p.csv -q + run: cd main && cargo run --release -- search -d ../hayabusa-sample-evtx -k mimikatz -o search.csv -q - name: set-default-profile run: cd main && cargo run --release -- set-default-profile -p verbose -q \ No newline at end of file