Delete symfonycorp.yml
This commit is contained in:
parent
c8ac17f5f6
commit
cf6aec1ba9
1 changed files with 0 additions and 25 deletions
25
.github/workflows/symfonycorp.yml
vendored
25
.github/workflows/symfonycorp.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
name: 'The PHP Security Checker'
|
||||
description: 'Checks composer.json for known vulnerabilities in your package dependencies'
|
||||
branding:
|
||||
icon: 'umbrella'
|
||||
color: 'gray-dark'
|
||||
inputs:
|
||||
lock:
|
||||
description: 'The path to composer.lock is stored (root directory by default)'
|
||||
required: false
|
||||
default: './composer.lock'
|
||||
disable-exit-code:
|
||||
description: 'Whether to fail when issues are detected (false by default)'
|
||||
required: false
|
||||
default: 0
|
||||
outputs:
|
||||
vulns:
|
||||
description: 'The detected vulnerabilities as JSON'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://symfonycorp/cli:latest'
|
||||
args:
|
||||
- check:security
|
||||
- "--dir"
|
||||
- ${{ inputs.lock }}
|
||||
- "--disable-exit-code=${{ inputs.disable-exit-code }}"
|
Reference in a new issue