File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3939 ARTIFACTORY_URL :
4040 required : true
4141
42+ permissions :
43+ contents : read
44+
4245jobs :
4346 build-assertion-document :
4447 name : Create Assertion Document
Original file line number Diff line number Diff line change 8787 name : Vulnerability Scan
8888 uses : ./.github/workflows/vulncheck.yml
8989 permissions :
90+ contents : read
9091 security-events : write
9192 with :
9293 target-branch : ${{ github.event.pull_request.base.ref || github.ref_name }}
Original file line number Diff line number Diff line change 5555
5656 # Upload the results to GitHub's code scanning dashboard.
5757 - name : " Upload to code-scanning"
58- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
58+ uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
5959 with :
6060 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1414 required : false
1515 default : ' main'
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 vulncheck :
1922 name : Vulnerability Check
You can’t perform that action at this time.
0 commit comments