Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tripolonelm committed Sep 30, 2022
1 parent d94b052 commit 3026663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
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 3026663

Please sign in to comment.