Skip to content

Commit

Permalink
Remove Synk Sarif and Script debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoungestguy committed Aug 18, 2024
1 parent 17c620d commit dc7e1a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif
# - name: Upload result to GitHub Code Scanning
# uses: github/codeql-action/upload-sarif@v3
# with:
# sarif_file: snyk.sarif
eslint:
name: ESLint Code Quality
runs-on: ubuntu-latest
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/checkout@v2
- name: Change script permission
run: |
chmod +x scripts/zap-script.sh
chmod +x script/zap-script.sh
- name: ZAP scan
run: scripts/zap-script.sh
- name: Archive production artifacts
Expand Down

0 comments on commit dc7e1a7

Please sign in to comment.