Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria committed Nov 6, 2024
1 parent b5e87ce commit 792e61d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/snyk-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- test-odh-notebooks-sync

jobs:
snyk-scan:
Expand All @@ -11,12 +12,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node.js to cache dependencies
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: Install Snyk CLI
run: npm install -g snyk

Expand Down

0 comments on commit 792e61d

Please sign in to comment.