We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912bfff commit d0d77dcCopy full SHA for d0d77dc
action.yml
@@ -162,6 +162,7 @@ runs:
162
- --thresholds
163
- ${{ inputs.threshold_fixable_only == 'true' && '--threshold-fixable-only' || '--no-op' }}
164
- ${{ inputs.show_only_fixable_vulns == 'true' && '--show-only-fixable-vulns'|| '--no-op' }}
165
+ - --platform=${{ inputs.platform || '' }}
166
- --critical=${{ inputs.critical_threshold }}
167
- --high=${{ inputs.high_threshold }}
168
- --medium=${{ inputs.medium_threshold }}
0 commit comments