Skip to content

fix: correctly compare zero and nil `.spec.projectedVolumeTemplate.so… #3

fix: correctly compare zero and nil `.spec.projectedVolumeTemplate.so…

fix: correctly compare zero and nil `.spec.projectedVolumeTemplate.so… #3

Workflow file for this run

# Run the Snyk scanning on the project only when something
# is pushed into main
name: Snyk scanning
on:
push:
branches:
- main
workflow_dispatch:
jobs:
security:
name: Security scan
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/[email protected]
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif