From 2976902c834efc7654128861d92e47e33233be97 Mon Sep 17 00:00:00 2001 From: DVKunion <2622100059@qq.com> Date: Tue, 31 Jan 2023 13:20:50 +0800 Subject: [PATCH] fix: test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a79a84..f045681 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: chaitin/veinmind-action@main with: - scan-action: scan-host + scan-action: scan image image-ref: ubuntu:20.04 test2: runs-on: ubuntu-latest @@ -18,6 +18,6 @@ jobs: - run: docker build -t weakpass:latest -f test/Dockerfile . - uses: chaitin/veinmind-action@main with: - scan-action: scan-host + scan-action: scan image image-ref: weakpass:latest exit-code: 1 \ No newline at end of file