Skip to content

Commit

Permalink
psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
JV-conseil committed Mar 28, 2023
1 parent f9da5f4 commit e2b2c9c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 76 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/codeql.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/psalm.yml
@@ -0,0 +1,26 @@
# Psalm – Static Analysis for PHP
# v1.1.2
# <https://github.com/marketplace/actions/psalm-static-analysis-for-php?version=1.1.2>

name: Static Analysis for PHP

on: [push, pull_request]

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

- name: Psalm
uses: docker://vimeo/psalm-github-actions
with:
security_analysis: true
report_file: results.sarif

- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: results.sarif

0 comments on commit e2b2c9c

Please sign in to comment.