File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Scan for GitHub Actions issues
2+
3+ on :
4+ pull_request :
5+
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.repository }}-${{ github.ref }}
8+
9+ permissions : {}
10+
11+ jobs :
12+ zizmor :
13+ name : Scan repository contents
14+ runs-on : cx-private-ubuntu-x64
15+ permissions :
16+ contents : read
17+ steps :
18+ - name : Check out repository
19+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20+ with :
21+ persist-credentials : false
22+
23+ - name : Run Zizmor linter
24+ uses : zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
25+ with :
26+ advanced-security : false
27+ annotations : false
28+ persona : pedantic
29+ fail-on-no-inputs : false
30+ online-audits : false
Original file line number Diff line number Diff line change 11{
22 "name" : " @Checkmarx/ast-cli-javascript-wrapper" ,
3- "version" : " 0.0.158 " ,
3+ "version" : " 0.0.159 " ,
44 "description" : " AST CLI Javascript wrapper" ,
55 "main" : " dist/main/wrapper/CxWrapper.js" ,
66 "typings" : " dist/main/wrapper/CxWrapper.d.ts" ,
You can’t perform that action at this time.
0 commit comments