diff --git a/.github/workflows/security-scans.yml b/.github/workflows/security-scans.yml index 9713fb3d9..93dd1a0c2 100644 --- a/.github/workflows/security-scans.yml +++ b/.github/workflows/security-scans.yml @@ -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