Skip to content

Commit b3c997b

Browse files
cvaidaswayne-grantbastiandoetsch
authored
chore: add quality gates (#186)
* chore: add quality gates * chore: add java additional arguments * chore: quality gates * chore: add .snyk file to ignore licensing issues --------- Co-authored-by: Wayne Grant <wayne.grant@snyk.io> Co-authored-by: Bastian Doetsch <bastian.doetsch@snyk.io>
1 parent 5441278 commit b3c997b

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ version: 2.1
33
orbs:
44
prodsec: snyk/prodsec-orb@1
55

6+
jobs:
7+
security-scans:
8+
resource_class: small
9+
docker:
10+
- image: cimg/openjdk:17.0
11+
steps:
12+
- checkout
13+
- prodsec/security_scans:
14+
mode: auto
15+
open-source-scan-all-projects: false
16+
open-source-additional-arguments: --maven-aggregate-project -- -pl '!tests'
17+
iac-scan: disabled
18+
619
workflows:
720
version: 2
821
CICD:
@@ -11,5 +24,8 @@ workflows:
1124
name: Scan repository for secrets
1225
context:
1326
- snyk-bot-slack
14-
channel: dx-local-alerts
27+
channel: snyk-on-snyk-devex_ide
1528
trusted-branch: main
29+
30+
- security-scans:
31+
context: devex_ide

.snyk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: v1.25.0
2+
ignore:
3+
snyk:lic:maven:org.ow2.sat4j:org.ow2.sat4j.core:(EPL-1.0_OR_GPL-3.0):
4+
- '*':
5+
reason: We are using EPL
6+
expires: 2025-08-18T00:00:00.000Z
7+
snyk:lic:maven:org.ow2.sat4j:org.ow2.sat4j.pb:(EPL-1.0_OR_GPL-3.0):
8+
- '*':
9+
reason: We are using EPL
10+
expires: 2025-08-18T00:00:00.000Z

0 commit comments

Comments
 (0)