Skip to content

Commit 151802c

Browse files
en-j-ganujm1
andauthored
fixed codeql token (open-edge-platform#333)
* fixed token * fixed upload artifact version * Generate report for codeql scan in a specific format --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com>
1 parent fca927b commit 151802c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,16 @@ jobs:
4141
uses: github/codeql-action/analyze@v3
4242
with:
4343
category: "/language:${{matrix.language}}"
44+
45+
- name: Generate Security Report
46+
uses: rsdmike/github-security-report-action@v3.0.4
47+
with:
48+
template: report
49+
token: ${{ secrets.SECURITY_TOKEN }}
50+
51+
- name: GitHub Upload Release Artifacts
52+
uses: actions/upload-artifact@v4
53+
with:
54+
name: report
55+
path: |
56+
./report.pdf

0 commit comments

Comments
 (0)