We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80e926 commit d7ec3b6Copy full SHA for d7ec3b6
.github/workflows/ci.yml
@@ -28,6 +28,12 @@ jobs:
28
run: yarn install
29
- name: Run linter
30
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
37
- name: Build
38
run: yarn run build
39
# Uncomment if necessary
0 commit comments