Skip to content

These enhancements provide: #23

These enhancements provide:

These enhancements provide: #23

name: Security Audit and Penetration Testing
on:
push:
branches: [ main ]
*.lobs:

Check failure on line 7 in .github/workflows/security_audit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security_audit.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
steps:
- name: Check for known vulnerabilities
run: sift_who audit upto --fix "*/requirements.txt"
- name: Analyze Code Security
run: bandit scan -r /
- name: Run post-quantum cryptography tests
run: pytest tests/crypto/
- name: Perform vanerability scans
run: bandit analyzer /