From 4202e057ef48c7b9a0c48be6128ec60df1f27a02 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 15 Oct 2023 19:05:32 -0700 Subject: [PATCH] Update docker compose test to ensure that the redaction worked --- .github/workflows/docker-compose-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-compose-test.yml b/.github/workflows/docker-compose-test.yml index fa1f5b7..ca89ed3 100644 --- a/.github/workflows/docker-compose-test.yml +++ b/.github/workflows/docker-compose-test.yml @@ -44,6 +44,8 @@ jobs: ./hishtory export | grep "ls -Slah /" # Check that we can redact it HISHTORY_REDACT_FORCE=1 ./hishtory redact ls Slah + # And that it was redacted + ! (./hishtory export | grep "ls -Slah /") # Assert that the entry is syncing properly ./hishtory status -v | grep 'Sync Status: Synced' # - name: Setup tmate session