Skip to content

Commit

Permalink
Merge pull request #9 from tucksaun/master
Browse files Browse the repository at this point in the history
Migrate to Symfony CLI Docker image
  • Loading branch information
fabpot committed Nov 26, 2022
2 parents bb5092f + ff13d8f commit 258311e
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 258311e

Please sign in to comment.