Skip to content

SNYK security scan for 'refs/heads/konflux/mintmaker/rhoai-2.22/rocm-dev-ubuntu-22.04-7.x' #905

SNYK security scan for 'refs/heads/konflux/mintmaker/rhoai-2.22/rocm-dev-ubuntu-22.04-7.x'

SNYK security scan for 'refs/heads/konflux/mintmaker/rhoai-2.22/rocm-dev-ubuntu-22.04-7.x' #905

name: snyk security scan
run-name: SNYK security scan for '${{ github.ref }}'
on: [push]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
jobs:
SNYK:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@master
- uses: snyk/actions/setup@master
- name: Generate code vulnerability report
id: run_snyk
run: |
snyk code test --project-name="${{ github.repository }}" --report ${{ github.workspace }}
continue-on-error: true