File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - ' core/**'
99 - ' .github/workflows/**'
1010
11+ concurrency :
12+ group : security-scan-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115env :
1216 OPENJPEG_VERSION : 2.5
1317
Original file line number Diff line number Diff line change 88 branches : [main]
99 workflow_dispatch :
1010
11+ concurrency :
12+ group : security-scan-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115jobs :
1216 validate :
1317 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -49,10 +49,11 @@ jobs:
4949 with :
5050 path : " ./lib"
5151 output-format : sarif
52+ output-file : grype-report.sarif
5253 fail-build : true
5354 severity-cutoff : critical
5455 - name : Upload SARIF report
55- uses : github/codeql-action/upload-sarif@v2
56+ uses : github/codeql-action/upload-sarif@v3
5657 with :
5758 sarif_file : ${{ steps.grype.outputs.sarif }}
5859
You can’t perform that action at this time.
0 commit comments