From b42929bc69d2820c517cbe96a51446a2febcafc4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 9 Apr 2021 05:34:54 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52ea764..2fc29c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,15 +22,15 @@ jobs: - name: Run bandit with a single target uses: ./ with: - targets: "test_project" + targets: "test_package" - name: Run bandit with a list of targets uses: ./ with: targets: | - test_project + test_package - name: Run bandit with a different version uses: ./ with: version: "1.6.3" targets: | - test_project + test_package