Skip to content

Commit

Permalink
Migrate to Symfony CLI Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tucksaun committed Nov 25, 2022
1 parent bb5092f commit ff13d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions Dockerfile

This file was deleted.

6 changes: 3 additions & 3 deletions action.yml
Expand Up @@ -21,11 +21,11 @@ outputs:
description: 'The detected vulnerabilities as JSON'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/symfony-cli/symfony-cli:v5'
args:
- "/checker"
- "security:check"
- "--format"
- ${{ inputs.format }}
- "--path"
- "--dir"
- ${{ inputs.lock }}
- "--disable-exit-code=${{ inputs.disable-exit-code }}"

0 comments on commit ff13d8f

Please sign in to comment.