Put more KDE-related stuff under a condition #283
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run kics.io | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: KICS Github Action | |
uses: Checkmarx/[email protected] | |
with: | |
path: . | |
output_path: results/ | |
- name: Display KICS results | |
if: ${{ always() }} | |
run: cat results/results.json |