Skip to content

Security

Security #9

Workflow file for this run

name: Security
on:
schedule:
- cron: "0 5 * * SAT"
jobs:
security_checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: PHP Security
uses: symfonycorp/security-checker-action@v2
with:
lock: src/composer.lock
- name: Node Security
id: njsscan
uses: ajinabraham/njsscan-action@v5
with:
args: '.'