Skip to content

feat(cb2-21333): add snyk workflow#168

Open
thisisthetechie wants to merge 1 commit into
developfrom
feature/CB2-21333
Open

feat(cb2-21333): add snyk workflow#168
thisisthetechie wants to merge 1 commit into
developfrom
feature/CB2-21333

Conversation

@thisisthetechie

Copy link
Copy Markdown

Add SNYK Workflow

Comment on lines +7 to +17
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: false
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
json: true
command: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants