Skip to content

Commit

Permalink
Merge pull request #19 from pickford-snyk/test-action-3
Browse files Browse the repository at this point in the history
Add issue workflow
  • Loading branch information
pickford-snyk authored Jun 6, 2024
2 parents 9200720 + 9a38259 commit 844842e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/snyk-vulns-to-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Snyk SCM Issues to Github Issues
on:
push:
branches:
- snyk-actions
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: snyk-labs/actions/scm-issues-to-gh-issues@main
with:
snyk_prefix: "cse"
use_fresh_issues: "true"
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
REMOTE_REPO_URL: ${{ github.repositoryUrl }}

0 comments on commit 844842e

Please sign in to comment.