Skip to content

Commit

Permalink
feat(ci): update KICS.yaml to fit current application
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 14, 2023
1 parent 84479a8 commit af214cd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ name: "KICS"

on:
push:
branches: [main, master, develop]
# pull_request:
branches: [main, development]
pull_request:
# The branches below must be a subset of the branches above
# branches: [main, master]
# paths-ignore:
# - "**/*.md"
# - "**/*.txt"
branches: [main, development]
paths:
- "charts/managed-identity-wallet/**"
- "dev-assets/docker-environment/**"
- "docs/**"
schedule:
- cron: "0 0 * * *"

Expand All @@ -43,10 +44,10 @@ jobs:
- uses: actions/checkout@v3

- name: KICS scan
uses: checkmarx/kics-github-action@master
uses: checkmarx/kics-github-action@v1.7.0
with:
# Scanning directory .
path: "."
path: "charts/managed-identity-wallet,dev-assets/docker-environment,docs"
# Fail on HIGH severity results
fail_on: high
# Disable secrets detection - we use GitGuardian
Expand All @@ -63,7 +64,6 @@ 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/openapi_v330.json"

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

0 comments on commit af214cd

Please sign in to comment.