Skip to content

Commit 6386cc1

Browse files
committed
sarif: testing scanning flow with sarif file
1 parent 5a4f50e commit 6386cc1

File tree

3 files changed

+3057
-0
lines changed

3 files changed

+3057
-0
lines changed

.github/scan.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Testing security scan - using sarif
2+
on: [push]
3+
4+
jobs:
5+
build:
6+
name: sarif testing action
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- name: Upload SARIF
11+
uses: github/codeql-action/upload-sarif@v1
12+
with:
13+
sarif_file: sarif/results.sarif

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
sass
77
config.rb
88
npm-debug.log
9+
.dccache

0 commit comments

Comments
 (0)