Skip to content

Commit

Permalink
another wrong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics authored Mar 20, 2024
1 parent eb77ff7 commit 2274a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deepfactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} .

0 comments on commit 2274a3a

Please sign in to comment.