Skip to content

Commit

Permalink
Update security-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olokotoh authored Sep 19, 2024
1 parent cd5663b commit d68c6bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'javascript, python'
languages: 'javascript' # Adjust languages as needed

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand All @@ -34,9 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Gitleaks scan
uses: zricethezav/[email protected]
with:
args: "--path=. --verbose" # Adjust arguments as needed
uses: zricethezav/gitleaks-action@v4

create-issue-on-failure:
if: ${{ failure() }}
Expand Down

0 comments on commit d68c6bf

Please sign in to comment.