Skip to content

Commit

Permalink
Merge pull request #194 from catenax-ng/release/v2.1.0/kics
Browse files Browse the repository at this point in the history
[ 11° ] - Release/v2.1.0/kics: update kics
  • Loading branch information
saudkhan116 authored Feb 2, 2024
2 parents b610ba8 + a41dbd7 commit 128c262
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ name: "KICS"
on:
push:
branches: [ main ]
# pull_request:
# The branches below must be a subset of the branches above
# branches: [main, master]
# paths-ignore:
# - "**/*.md"
# - "**/*.txt"
paths-ignore:
- '**/*.md'
- '**/*.txt'
pull_request:
branches: [ main ]
paths-ignore:
- "**/*.md"
- "**/*.txt"
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * *" # Once a day

jobs:
analyze:
Expand All @@ -44,7 +46,7 @@ jobs:
security-events: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: KICS scan
uses: checkmarx/kics-github-action@master
Expand Down Expand Up @@ -74,4 +76,10 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: kicsResults/results.sarif


- name: Archive results
uses: actions/upload-artifact@v3
if: always()
with:
name: kicsResults.json
path: kicsResults/results.json

0 comments on commit 128c262

Please sign in to comment.