Skip to content

Commit

Permalink
Merge pull request #7 from tripolonelm/patch-1
Browse files Browse the repository at this point in the history
Update local-php-security-checker version
  • Loading branch information
fabpot committed Oct 1, 2022
2 parents 37b5d2a + 3026663 commit bb5092f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM golang:1.18-alpine AS builder
RUN wget -O checker https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.3/local-php-security-checker_2.0.3_linux_amd64
RUN wget -O checker https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.5/local-php-security-checker_2.0.5_linux_amd64
RUN chmod 755 checker

FROM scratch
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -23,7 +23,7 @@ dependencies, use this action:

steps:
- uses: actions/checkout@v2
- uses: symfonycorp/security-checker-action@v3
- uses: symfonycorp/security-checker-action@v4

To speed up security checks, you can cache the vulnerability database:

Expand All @@ -34,14 +34,14 @@ To speed up security checks, you can cache the vulnerability database:
with:
path: ~/.symfony/cache
key: db
- uses: symfonycorp/security-checker-action@v3
- uses: symfonycorp/security-checker-action@v4

If the `composer.lock` is not in the repository root directory, pass is as an
input:

steps:
- uses: actions/checkout@v2
- uses: symfonycorp/security-checker-action@v3
- uses: symfonycorp/security-checker-action@v4
with:
lock: subdir/composer.lock

Expand All @@ -50,7 +50,7 @@ do something with them in another step:

steps:
- uses: actions/checkout@v2
- uses: symfonycorp/security-checker-action@v3
- uses: symfonycorp/security-checker-action@v4
with:
disable-exit-code: 1
id: security-check
Expand Down

0 comments on commit bb5092f

Please sign in to comment.