8000
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 5f94cb5 commit ffc5cf4Copy full SHA for ffc5cf4
Dockerfile
action.yml
@@ -11,5 +11,10 @@ inputs:
11
description: 'Path to the input SARIF file'
12
required: true
13
runs:
14
- using: 'docker'
15
- image: 'Dockerfile'
+ using: "composite"
+ steps:
16
+ - name: filter
17
+ run: |
18
+ unset LD_PRELOAD
19
+ python3 "${{ github.action_path }}/filter-sarif" --input "${{ inputs.input }}" --output "${{ inputs.output }}" --split-lines -- "${{ inputs.patterns }}"
20
+ shell: bash
entrypoint.sh
0 commit comments