Skip to content

Commit

Permalink
user long parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics authored Mar 20, 2024
1 parent e2ae799 commit 7e4e0f4
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 -s fs -a ${{ github.event.repository.name }} -c ${{ github.event.repository.name }} -V ${{ github.ref_name }} .
run: dfctl scan --source fs --app ${{ github.event.repository.name }} --config ${{ github.event.repository.name }} --version ${{ github.ref_name }} .

0 comments on commit 7e4e0f4

Please sign in to comment.