fix: package.json & package-lock.json to reduce vulnerabilities #144
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: snyk-labs action example - Snyk Issues to Github Issues | |
on: push | |
jobs: | |
jira-tickets-new-vulns: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install jira-tickets-new-vulns | |
env: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | |
orgID: ad0cc2f3-8e9d-44d3-b7fb-8a06733d58b9 | |
jiraProjectKey: SNUF | |
projectID: 29a9f33c-e90e-4a3d-a859-48137da99437 | |
severity: critical | |
run: | | |
sudo curl -LO 'https://github.com/snyk-tech-services/jira-tickets-for-new-vulns/releases/download/1.25.0/snyk-jira-sync-linux' | |
sudo chmod +x snyk-jira-sync-linux | |
ls -l | |
sudo ./snyk-jira-sync-linux --orgID $orgID --token $SNYK_TOKEN --jiraProjectKey $jiraProjectKey --severity $severity --projectID $projectID --debug True | |