aleblanc/security-checker
最新稳定版本:v7.0.3
Composer 安装命令:
composer require aleblanc/security-checker
包简介
A PHP security checker for your composer.lock with github/advisory-database
README 文档
README
Use Github advisory database for perform a Symfony security check.
Installation / use :
composer require aleblanc/security-checker --dev php vendor/aleblanc/security-checker/security-checker security:check
Perform a security scan with Github Actions / Github CI from Github advisory database
api_security_checker_github:
name: Github Advisory Security checker (PHP ${{ matrix.php }})
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
php:
- '8.1'
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: intl, bcmath, curl, openssl, mbstring, zip
ini-values: memory_limit=-1
tools: pecl, composer
coverage: none
- run: composer require aleblanc/security-checker --dev
- run: php vendor/aleblanc/security-checker/security-checker security:check
统计信息
- 总下载量: 861
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-15