Commit c6e4b34 1 parent 33bbc76 commit c6e4b34 Copy full SHA for c6e4b34
File tree 5 files changed +5
-9
lines changed
5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
security-kotlin-owasp-check :
8
8
name : Kotlin security OWASP dependency check
9
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v1 # WORKFLOW_VERSION
9
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v2 # WORKFLOW_VERSION
10
10
with :
11
11
channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
12
12
secrets : inherit
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
security-kotlin-trivy-check :
8
8
name : Project security trivy dependency check
9
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v1 # WORKFLOW_VERSION
9
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v2 # WORKFLOW_VERSION
10
10
with :
11
11
channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
12
12
secrets : inherit
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
security-veracode-pipeline-scan :
8
8
name : Project security veracode pipeline scan
9
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v1 # WORKFLOW_VERSION
9
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v2 # WORKFLOW_VERSION
10
10
with :
11
11
channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
12
12
secrets : inherit
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
security-veracode-policy-check :
8
8
name : Project security veracode policy scan
9
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v1 # WORKFLOW_VERSION
9
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v2 # WORKFLOW_VERSION
10
10
with :
11
11
channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
12
12
secrets : inherit
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.1.2"
3
- kotlin(" plugin.spring" ) version " 2.1.0 "
3
+ kotlin(" plugin.spring" ) version " 2.0.21 "
4
4
}
5
5
6
6
configurations {
@@ -23,10 +23,6 @@ kotlin {
23
23
jvmToolchain(21 )
24
24
}
25
25
26
- ktlint {
27
- version.set(" 1.5.0" )
28
- }
29
-
30
26
tasks {
31
27
withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
32
28
compilerOptions.jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_21
You can’t perform that action at this time.
0 commit comments