Skip to content

chore(docs) : include note for the user about not tested in all the e… #78

chore(docs) : include note for the user about not tested in all the e…

chore(docs) : include note for the user about not tested in all the e… #78

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