Skip to content

Commit

Permalink
ci: adds watson check
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed Jan 21, 2024
1 parent 1b24d7c commit ba11e4d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Scan
- name: Static application security testing
uses: clj-holmes/clj-holmes-action@main
with:
output-type: 'stdout'
fail-on-result: 'true'

- name: Security Dependency Scan
uses: clj-holmes/clj-watson-action@main
with:
output-type: 'stdout'
fail-on-result: 'true'

0 comments on commit ba11e4d

Please sign in to comment.