From 2274a3ac1f90684bdfeea16b337c439c3c8d028b Mon Sep 17 00:00:00 2001 From: Michael Wilson <70765247+hobbitronics@users.noreply.github.com> Date: Wed, 20 Mar 2024 01:50:02 -0400 Subject: [PATCH] another wrong parameter name --- .github/workflows/deepfactor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deepfactor.yml b/.github/workflows/deepfactor.yml index bfb0798..5573326 100644 --- a/.github/workflows/deepfactor.yml +++ b/.github/workflows/deepfactor.yml @@ -13,4 +13,4 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Scan with Deepfactor - run: dfctl scan --source fs --application ${{ github.event.repository.name }} --component ${{ github.event.repository.name }} --version ${{ github.ref_name }} . + run: dfctl scan -s fs --application ${{ github.event.repository.name }} --component ${{ github.event.repository.name }} --version ${{ github.ref_name }} .