Skip to content

Commit

Permalink
Update snyk-scans-cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrakesnyk authored Oct 21, 2024
1 parent 1e5d398 commit 514165a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snyk-scans-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
snyk-os:
environment: snyk
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@master
- name: Install Snyk CLI
Expand All @@ -32,6 +33,7 @@ jobs:
snyk-code:
environment: snyk
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@master
- name: Install Snyk CLI
Expand All @@ -47,6 +49,7 @@ jobs:
snyk-container:
environment: snyk
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@master
- name: Build the Docker image
Expand All @@ -65,6 +68,7 @@ jobs:
snyk-iac:
environment: snyk
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@master
- name: Install Snyk CLI
Expand Down

0 comments on commit 514165a

Please sign in to comment.