Skip to content

CI: Add CLA check, Linting and security scanning #9

CI: Add CLA check, Linting and security scanning

CI: Add CLA check, Linting and security scanning #9

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
scan:
name: Scan for known vulnerabilities
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'