Skip to content

Commit

Permalink
Testing Electronegativity
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils-Kolvenbach committed Feb 15, 2024
1 parent b80e926 commit d7ec3b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
run: yarn install
- name: Run linter
run: yarn run lint
- name: Identify misconfigurations and security anti-patterns
uses: doyensec/electronegativity-action@v2
- name: Upload report
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ../electronegativity_results
- name: Build
run: yarn run build
# Uncomment if necessary
Expand Down

0 comments on commit d7ec3b6

Please sign in to comment.