mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Use electronegativity to identify misconfigurations and security issues (#4783)
This commit is contained in:
parent
76f48df56b
commit
a4ce650b3d
26
.github/workflows/electronegativity.yml
vendored
Normal file
26
.github/workflows/electronegativity.yml
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
name: Electronegativity
|
||||||
|
on:
|
||||||
|
- pull_request
|
||||||
|
jobs:
|
||||||
|
build_job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '14'
|
||||||
|
|
||||||
|
- uses: doyensec/electronegativity-action@v1.1
|
||||||
|
with:
|
||||||
|
input: src/
|
||||||
|
electron-version: "14.2.4"
|
||||||
|
severity: medium
|
||||||
|
|
||||||
|
- name: Upload sarif
|
||||||
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
|
with:
|
||||||
|
sarif_file: ../results
|
||||||
Loading…
Reference in New Issue
Block a user