Skip to content

chore(funding): remove kofi and paypal #80

chore(funding): remove kofi and paypal

chore(funding): remove kofi and paypal #80

Workflow file for this run

name: Security Scan
on:
schedule:
- cron: '0 0 * * 0'
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
dependency-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
secret-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run TruffleHog
uses: trufflesecurity/trufflehog@main
with:
args: --regex --entropy=False