-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaction.yaml
More file actions
32 lines (26 loc) · 723 Bytes
/
action.yaml
File metadata and controls
32 lines (26 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
author: 'pplotka'
branding:
icon: 'check'
color: 'blue'
description: 'Run local php security checker via GitHub Actions.'
name: 'Local PHP Security Checker'
inputs:
cache_dir:
required: false
default: false
description: 'Pass to use a custom cache directory'
path:
required: false
default: false
description: 'Pass to check a specific directory'
format:
required: false
default: 'ansi'
description: 'Output format'
outputs:
security:
description: 'The detected vulnerabilities in specified format'
runs:
using: 'docker'
image: 'docker://pplotka/local-php-security-checker-github-actions'