We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fbc07 commit 4aa1317Copy full SHA for 4aa1317
.github/workflows/fortify-analysis.yml
@@ -0,0 +1,13 @@
1
+name: Fortify Analysis
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ pull_request:
7
+ schedule:
8
+ - cron: '16 0 * * 5'
9
10
+jobs:
11
+ fortify:
12
+ uses: fortify/.github/.github/workflows/fortify-analysis.yml@main
13
+ secrets: inherit
build.gradle
@@ -1,3 +1,11 @@
+buildscript {
+ configurations.all {
+ resolutionStrategy.dependencySubstitution {
+ substitute module("com.overzealous:remark:1.1.0") using module("com.wavefront:remark:2023-07.07") because "not available on maven central anymore"
+ }
+}
plugins {
id "io.freefair.lombok" version "6.4.3"
id 'com.github.jk1.dependency-license-report' version '2.1'
0 commit comments