Skip to content

Dependency vulnz checker #2659

Dependency vulnz checker

Dependency vulnz checker #2659

Workflow file for this run

name: Dependency vulnz checker
on:
push:
schedule:
- cron: '25 */2 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
composer-vulnz:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: symfonycorp/security-checker-action@258311ef7ac571f1310780ef3d79fc5abef642b5 # v5
with:
lock: app/composer.lock
composer-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: make --directory=app composer-audit
npm-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: make --directory=app npm-audit