Skip to content

Commit

Permalink
Merge pull request #1043 from RasaHQ/security/disable_snyk_scans
Browse files Browse the repository at this point in the history
Remove Explicit Snyk step
  • Loading branch information
rasa-jmac authored Nov 8, 2023
2 parents 8a0f416 + 99224f1 commit e54263d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@ on:
types: [opened, synchronize, labeled]

jobs:
snyk:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- name: Run Snyk to check for package vulnerabilities
uses: snyk/actions/python-3.8@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor
args: --all-projects --org=rasa --skip-unresolved

trivy:
name: Detecting hardcoded secrets
Expand Down

0 comments on commit e54263d

Please sign in to comment.