Skip to content

Create fortify.yml

Create fortify.yml #2

name: Psalm Static analysis
on: [push, pull_request]
jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Psalm
uses: docker://ghcr.io/psalm/psalm-github-actions

Check failure on line 14 in .github/workflows/Psalm Static Analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Psalm Static Analysis.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
+ with:
+ security_analysis: true
+ report_file: results.sarif
+ - name: Upload Security Analysis results to GitHub
+ uses: github/codeql-action/upload-sarif@v2
+ with:
+ sarif_file: results.sarif