Skip to content

Merge pull request #55 from jonathannewman/maint/main/update-ember-512 #16

Merge pull request #55 from jonathannewman/maint/main/update-ember-512

Merge pull request #55 from jonathannewman/maint/main/update-ember-512 #16

Workflow file for this run

---
name: Snyk Scan
on:
push:
branches:
- main
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Connect to Twingate
uses: twingate/github-action@v1
with:
service-key: ${{ secrets.TWINGATE_KEY }}
- name: Checkout the main branch
uses: actions/checkout@v2
with:
fetch-depth: 1
persist-credentials: false
- name: Snyk Node Scan
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_PE_TOKEN }}
with:
command: monitor
args: --file=package-lock.json --org=puppet-enterprise --project-name=ivy-tabs