mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 06:21:47 +01:00
.gitlab-ci.yml: add SAST jobs
This commit is contained in:
parent
c17aea7bd9
commit
ae812e99cb
1 changed files with 6 additions and 0 deletions
|
@ -25,3 +25,9 @@ bookworm-jdk17:
|
||||||
name: bitcoinj-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
name: bitcoinj-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
||||||
paths:
|
paths:
|
||||||
- core/build/libs/*.jar
|
- core/build/libs/*.jar
|
||||||
|
|
||||||
|
sast:
|
||||||
|
stage: test
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue