Skip to content

Commit

Permalink
fix: also pass skip_download input as an arg
Browse files Browse the repository at this point in the history
  • Loading branch information
nobbs authored Nov 9, 2023
1 parent f3157a2 commit 51c846d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ runs:
- ${{ inputs.policy_metadata_filter }}
- ${{ inputs.skip_path }}
- ${{ inputs.skip_cve_package }}
- ${{ inputs.skip_download }}
- "--user ${{ inputs.container_user }}"
env:
API_KEY_VARIABLE: ${{ inputs.api-key }}
Expand Down

0 comments on commit 51c846d

Please sign in to comment.