Skip to content

Commit

Permalink
chore(kics): exclude docs directory from scan (#35)
Browse files Browse the repository at this point in the history
example in docs folder leads to false positives
  • Loading branch information
evegufy authored Nov 22, 2023
1 parent 0a8c297 commit 8500085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
# GITHUB_TOKEN enables this github action to access github API and post comments in a pull request
# token: ${{ secrets.GITHUB_TOKEN }}
# enable_comments: true
exclude_paths: ./docs/*

# Upload findings to GitHub Advanced Security Dashboard
- name: Upload SARIF file for GitHub Advanced Security Dashboard
Expand Down

0 comments on commit 8500085

Please sign in to comment.