Skip to content

Dependency vulnz checker #857

Dependency vulnz checker

Dependency vulnz checker #857

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: symfonycorp/security-checker-action@258311ef7ac571f1310780ef3d79fc5abef642b5 # v5
with:
lock: site/composer.lock
composer-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: make --directory=site composer-audit
npm-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: make --directory=site npm-audit