Skip to content

Commit 3837e22

Browse files
committed
sarif: testing scanning flow with sarif file
1 parent 94c93d7 commit 3837e22

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/scan.yml renamed to .github/.workflows/scan.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ jobs:
55
build:
66
name: sarif testing action
77
runs-on: ubuntu-latest
8+
permissions:
9+
security-events: write
810
steps:
9-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1012
- name: Upload SARIF
1113
uses: github/codeql-action/upload-sarif@v1
1214
with:
13-
sarif_file: sarif/results.sarif
15+
sarif_file: sarif.json
File renamed without changes.

0 commit comments

Comments
 (0)