Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 6, 2023
1 parent 19b22f2 commit 2ec0c7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
run: docker run -d -p 8000:8000 amazon/dynamodb-local

- name: Lint and Flake Install
if: ${{ startsWith(github.ref, 'test') }}
run: |
pip3 install -U pip pylint
pip3 install -U pip flake8
Expand All @@ -111,9 +110,7 @@ jobs:
pip3 install -U pip connexion
pip3 install -U pip flask_testing
pip3 install -U pip pytest-dynamodb
- name: NPM install
run: npm install
npm install
- name: Run Snyk as a blocking step
uses: snyk/actions/node@master
Expand Down

0 comments on commit 2ec0c7b

Please sign in to comment.