Skip to content

Commit d7ec3b6

Browse files
Testing Electronegativity
1 parent b80e926 commit d7ec3b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
run: yarn install
2929
- name: Run linter
3030
run: yarn run lint
31+
- name: Identify misconfigurations and security anti-patterns
32+
uses: doyensec/electronegativity-action@v2
33+
- name: Upload report
34+
uses: github/codeql-action/upload-sarif@v1
35+
with:
36+
sarif_file: ../electronegativity_results
3137
- name: Build
3238
run: yarn run build
3339
# Uncomment if necessary

0 commit comments

Comments
 (0)