8000 update · advanced-security/filter-sarif@ffc5cf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffc5cf4

Browse files
author
Sebastian Bauersfeld
committed
update
1 parent 5f94cb5 commit ffc5cf4

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

action.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@ inputs:
1111
description: 'Path to the input SARIF file'
1212
required: true
1313
runs:
14-
using: 'docker'
15-
image: 'Dockerfile'
14+
using: "composite"
15+
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

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0