We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4f50e commit 6386cc1Copy full SHA for 6386cc1
.github/scan.yml
@@ -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
@@ -6,3 +6,4 @@ node_modules
sass
config.rb
npm-debug.log
+.dccache
0 commit comments