Skip to content

Commit

Permalink
Add .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxMiguelSilva committed Mar 13, 2024
1 parent 442a8c8 commit 860b944
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2.1
jobs:
kics:
docker:
- image: arturribeirocx/kics:testecritical
steps:
- checkout
- run:
name: Run KICS
command: |
/app/bin/kics scan -p ${PWD} -o ${PWD} --ci
- store_artifacts:
path: ${PWD}/results.json

workflows:
version: 2
build:
jobs:
- kics

0 comments on commit 860b944

Please sign in to comment.