Skip to content

Commit

Permalink
Add security analysis using Psalm GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed May 28, 2024
1 parent daa5a20 commit 1779ed0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sast-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Psalm Static analysis

on:
pull_request:
push:
branches:
- dev/add-sast-security-scan
- qa/**
- stable/**

jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Psalm
uses: docker://ghcr.io/psalm/psalm-github-actions

0 comments on commit 1779ed0

Please sign in to comment.