Skip to content

Commit

Permalink
Update snyk-scans.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boosef-snyk authored Aug 26, 2024
1 parent ce92c9d commit 3cb3c80
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/snyk-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
snyk-os:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Use Node.js
Expand All @@ -28,11 +26,8 @@ jobs:
SNYK_TOKEN: ${{secrets.SNYK_TOKEN}}

jobs:

snyk-code:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: snyk/actions/setup@master
Expand All @@ -43,11 +38,8 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

jobs:

snyk-container:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
Expand All @@ -61,11 +53,8 @@ jobs:
command: monitor

jobs:

snyk-iac:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Run Snyk to check configuration files for security issues
Expand Down

0 comments on commit 3cb3c80

Please sign in to comment.