Efs 985 add subset of subscription schema #1241
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Aikido Security | |
on: | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
aikido-security: | |
name: Aikido Security Scan | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Detect new vulnerabilities | |
uses: AikidoSec/[email protected] | |
with: | |
secret-key: ${{ secrets.AIKIDO_SECRET_KEY }} | |
fail-on-timeout: false | |
fail-on-dependency-scan: true | |
fail-on-sast-scan: true | |
fail-on-iac-scan: true | |
minimum-severity: 'CRITICAL' | |
timeout-seconds: 300 |