Skip to content

Commit

Permalink
Merge pull request #6 from pickford-snyk/vuln-workflow-demo
Browse files Browse the repository at this point in the history
Vuln workflow demo
  • Loading branch information
pickford-snyk authored Jun 4, 2024
2 parents 8086b78 + b63f839 commit f8babeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/snyk-code-manual.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "snyk code manual test"
on:
on:
pull_request:
branches: [ snyk-actions ]

push:
branches: [ snyk-actions ]
jobs:
build:
name: sarif testing action
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/snyk-code.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "snyk code test"
on:
pull_request:
pull_request:
branches: [ snyk-actions ]

push:
branches: [ snyk-actions
jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/snyk-test-sarif.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Example workflow for Node using Snyk
name: "snyk test with SARIF upload"
on:
pull_request:
pull_request:
branches: [ snyk-actions ]
push:
branches: [ snyk-actions ]
jobs:
security:
Expand Down

0 comments on commit f8babeb

Please sign in to comment.