From 6ef6208d274b008bcdce6e8503f21b7c5120ac6a Mon Sep 17 00:00:00 2001 From: Naveen Surabathuni Date: Thu, 29 Jun 2023 07:11:49 -0400 Subject: [PATCH] add frogbot workflow file --- .github/.DS_Store | Bin 0 -> 6148 bytes .github/workflows/frogbot-scan-pr-maven.yml | 103 ++++++++++++++++++++ .gitignore | 1 + 3 files changed, 104 insertions(+) create mode 100644 .github/.DS_Store create mode 100644 .github/workflows/frogbot-scan-pr-maven.yml diff --git a/.github/.DS_Store b/.github/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..98e283d466331ea169fc3fa150e8537f1667ea36 GIT binary patch literal 6148 zcmeHK%}T>S5T0$TO(;SR3VI88E!YwZ1uvo27cim+mD9jy(iJHg3!zZoxQ7@dWRQm0 zN;Dh(A_KH{Htv{&35?*&{-xtEmLYoI!f_m>(?;W6l**N@?W$F^YSwM=D6?SNpU%=w ze{xNu3n}BU==a0RXqfe!-BX!N`%yBSsDx-R#E_e-C>hACBWKAVRk?w7Shi*NoP+t? zYkPIK+42^3ciwCrx`m&pt;13zbg&IcEj&^MTCR7VFkbbTa$g^&dM^p+rW z4f+Oijp#uUIu%i;3iHGeIvwq,... + + # [Optional] + # JFrog project. Learn more about it here: https://www.jfrog.com/confluence/display/JFROG/Projects + # JF_PROJECT: + + # [Optional, default: "FALSE"] + # Displays all existing vulnerabilities, including the ones that were added by the pull request. + # JF_INCLUDE_ALL_VULNERABILITIES: "TRUE" + + # [Optional, default: "TRUE"] + # Fails the Frogbot task if any security issue is found. + # JF_FAIL: "FALSE" + + # [Optional] + # Frogbot will download the project dependencies if they're not cached locally. To download the + # dependencies from a virtual repository in Artifactory, set the name of the repository. There's no + # need to set this value, if it is set in the frogbot-config.yml file. + # JF_DEPS_REPO: "" + + # [Optional, Default: "FALSE"] + # If TRUE, Frogbot creates a single pull request with all the fixes. + # If FALSE, Frogbot creates a separate pull request for each fix. + # JF_GIT_AGGREGATE_FIXES: "FALSE" + + # [Optional, Default: "FALSE"] + # Handle vulnerabilities with fix versions only + # JF_FIXABLE_ONLY: "TRUE" + + # [Optional] + # Set the minimum severity for vulnerabilities that should be fixed and commented on in pull requests + # The following values are accepted: Low, Medium, High or Critical + # JF_MIN_SEVERITY: "" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 191769767..94358c245 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ target/* .sts4-cache/ .vscode _site/ +.github/.DS_Store