ci: skip snyk on dependabot to fix empty token failures

This commit is contained in:
diegosouzapw 2026-04-11 16:51:33 -03:00
parent 5e16ef73f9
commit e137d63886

View file

@ -124,6 +124,7 @@ jobs:
run: npx is-my-node-vulnerable || true
- name: Run Snyk Vulnerability checks
if: github.actor != 'dependabot[bot]'
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}