Skip to content

Commit

Permalink
change ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Oct 25, 2023
1 parent 11e0a54 commit 4b11821
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ on:
jobs:
snyk:
name: snyk test
runs-on: ubuntu-latest
runs-on: ubuntu-23.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: |
npm install snyk -g
sudo apt-get update -y
sudo apt-get install -y \
openssl libssl-dev libffi-dev pkg-config libxml2-dev \
libxmlsec1-dev libxmlsec1-openssl libgeos-dev proj-bin
pip3 install -r requirements.txt
- name: Run Snyk Scan
run: |
# Run scan
Expand Down

0 comments on commit 4b11821

Please sign in to comment.