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 bdee207
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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 All @@ -37,7 +32,7 @@ jobs:
# This list is based off RHOAI Supported versions: https://access.redhat.com/support/policy/updates/rhoai-sm/lifecycle
# Compared to the tags in the ImageStream annotations: https://github.com/red-hat-data-services/notebooks/blob/rhoai-2.8/manifests/base/jupyter-datascience-notebook-imagestream.yaml
# Loop through the list of released tags and scan each project
list_of_released_tags=("v0.22.0" "v0.21.1" "v0.19.1", "v0.16.4", "vv0.14.1")
list_of_released_tags=("v0.22.0" "v0.21.1" "v0.19.1" "v0.16.4" "vv0.14.1")
for project in "${list_of_released_tags[@]}"; do
echo "Scanning project: codeflare-sdk/$project"
git checkout $project
Expand Down

0 comments on commit bdee207

Please sign in to comment.