Skip to content

Add API token to api.py #35

Add API token to api.py

Add API token to api.py #35

Workflow file for this run

name: Jose-Sigma-Polaris
on:
push:
branches: [ main, master, develop, stage, release ]
pull_request:
branches: [ main, master, develop, stage, release ]
workflow_dispatch:
jobs:
Sigma:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Download Sigma
run: curl -fLsS -o ${{ runner.temp }}/sigma ${{ vars.SIGMA_DOWNLOAD_URL }} && chmod +x ${{ runner.temp }}/sigma
- name: SIGMA analysis
run: ${{ runner.temp }}/sigma analyze --format github
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:

Check failure on line 21 in .github/workflows/mySigmaP.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mySigmaP.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
sarif_file: sigma-results.json