Skip to content

Commit

Permalink
Merge pull request #15 from pickford-snyk/test-actions-1
Browse files Browse the repository at this point in the history
Test actions 1
  • Loading branch information
pickford-snyk authored Jun 5, 2024
2 parents 71fc5cf + 81ce527 commit 90f2ede
Show file tree
Hide file tree
Showing 6 changed files with 339 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ description: |
- Fixes {{ . }}
{{ /jira_ids }}
To find more details, see the Snyk project [{{ snyk_project_name }}]({{ snyk_project_url }})
To find more details, see the Snyk project [{{ snyk_project_name }}]({{ snyk_project_url }})
Open this project locally ${{ LOCAL_PROJECT_PATH }}
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
8 changes: 5 additions & 3 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 All @@ -20,4 +22,4 @@ jobs:
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif
sarif_file: snyk-sarif1.json
Loading

0 comments on commit 90f2ede

Please sign in to comment.