Skip to content

test

test #4

Workflow file for this run

name: Snyk Analysis
on:
workflow_dispatch:
push:
permissions:
contents: read
id-token: write
jobs:
snyk:
name: Pixee Snyk Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snyk/actions/setup@0.4.0
- name: Run Snyk Code
run: snyk code test --org=personal-S75uTmrVsW9D2mctWJPs9d --sarif-file-output=pixee-snyk.sarif.json
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Remediate Snyk Findings with Pixee
uses: pixee/upload-tool-results-action@v2
with:
tool: snyk
file: pixee-snyk.sarif.json
pixee-api-url: "https://latio.getpixee.com"