[Snyk] Security upgrade @nestjs/platform-express from 7.6.18 to 10.4.14 #17
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: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Detect new vulnerabilities | |
uses: AikidoSec/[email protected] | |
with: | |
secret-key: ${{ secrets.AIKIDO_SECRET_KEY }} | |
fail-on-timeout: true | |
fail-on-dependency-scan: true | |
fail-on-sast-scan: true | |
fail-on-iac-scan: true | |
minimum-severity: 'CRITICAL' | |
timeout-seconds: 180 | |
post-scan-status-comment: true | |
github-token: ${{ secrets.GITHUB_TOKEN }} |