Skip to content

Commit

Permalink
Update security-scan CI to use OpenMetadata Organization (#14383)
Browse files Browse the repository at this point in the history
  • Loading branch information
preetsshah authored Dec 14, 2023
1 parent ddee335 commit 512625c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-latest
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_ORGANIZATION: ${{ secrets.SNYK_ORGANIZATION_ID }}

steps:
- name: Free Disk Space (Ubuntu)
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
sudo make install_antlr_cli
sudo npm install -g snyk
snyk auth ${SNYK_TOKEN}
snyk config set org=${SNYK_ORGANIZATION}
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 512625c

Please sign in to comment.