Skip to content

Commit d0d77dc

Browse files
added 'platform' argument to action.yml
1 parent 912bfff commit d0d77dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ runs:
162162
- --thresholds
163163
- ${{ inputs.threshold_fixable_only == 'true' && '--threshold-fixable-only' || '--no-op' }}
164164
- ${{ inputs.show_only_fixable_vulns == 'true' && '--show-only-fixable-vulns'|| '--no-op' }}
165+
- --platform=${{ inputs.platform || '' }}
165166
- --critical=${{ inputs.critical_threshold }}
166167
- --high=${{ inputs.high_threshold }}
167168
- --medium=${{ inputs.medium_threshold }}

0 commit comments

Comments
 (0)