From b6616671f53413ac4473b3f95a4f4c0451fedf86 Mon Sep 17 00:00:00 2001 From: Jeremy Dubreil Date: Wed, 25 Mar 2026 15:51:41 +0000 Subject: [PATCH] use the docker image directly --- .github/workflows/integration-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 981a5234..cd319c5a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -18,6 +18,8 @@ env: jobs: build: runs-on: ubuntu-latest + container: + image: docker://lacework/codesec:stable steps: - name: Checkout repository uses: actions/checkout@v3