Skip to content

Composer Audit

Actions
Github Actions for Composer audit
v1
Latest
Star (1)

Tags

 (2)

Composer Audit action

This action run composer audit command and print user-friendly summary.

Inputs

Outputs

Example usage

jobs:
  composer-audit:
    runs-on: ubuntu-latest
    name: Composer audit
    steps:
      - name: "Checkout code"
        uses: actions/checkout@v4

      - name: Install PHP with extensions
        uses: shivammathur/setup-php@2.26.0
        with:
          coverage: "none"
          php-version: 8.2
          tools: composer:v2

      - name: "Composer install"
        uses: "ramsey/composer-install@2.2.0"
        with:
          composer-options: "--prefer-dist"

      - name: Run composer audit
        uses: alamirault/composer-audit-action@v1

summary-ko.png summary-ko.png

Composer Audit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github Actions for Composer audit
v1
Latest

Tags

 (2)

Composer Audit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.