From ba7c51cd63a9c2ced5f3997421cf0b4830c920f7 Mon Sep 17 00:00:00 2001 From: "microsoft-github-policy-service[bot]" <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 05:19:33 +0000 Subject: [PATCH 1/2] Updated for https://dev.azure.com/mseng/a4d27ce2-a42d-4b71-8eef-78cee9a9728e/_build?definitionId=16485 by using baselines generated in https://dev.azure.com/mseng/a4d27ce2-a42d-4b71-8eef-78cee9a9728e/_build/results?buildId=28954148 --- .../1espt/PipelineAutobaseliningConfig.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/1espt/PipelineAutobaseliningConfig.yml diff --git a/.config/1espt/PipelineAutobaseliningConfig.yml b/.config/1espt/PipelineAutobaseliningConfig.yml new file mode 100644 index 00000000..3872b7b4 --- /dev/null +++ b/.config/1espt/PipelineAutobaseliningConfig.yml @@ -0,0 +1,21 @@ +## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details. + +pipelines: + 16485: + retail: + source: + credscan: + lastModifiedDate: 2024-08-16 + eslint: + lastModifiedDate: 2024-08-16 + psscriptanalyzer: + lastModifiedDate: 2024-08-16 + armory: + lastModifiedDate: 2024-08-16 + binary: + credscan: + lastModifiedDate: 2024-08-16 + binskim: + lastModifiedDate: 2024-08-16 + spotbugs: + lastModifiedDate: 2024-08-16 From 11525eb5fa0b1d7f612df319f20aa46052e2b984 Mon Sep 17 00:00:00 2001 From: imoyito28 Date: Sat, 14 Sep 2024 22:43:37 -0600 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 3 ++- .vscode/launch.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 993fb23a..5a9e5691 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ bin/ jdt-language-server-latest.tar.gz jdtls/ -!.mvn/wrapper/maven-wrapper.jar \ No newline at end of file +!.mvn/wrapper/maven-wrapper.jar +.fake \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 6de8b630..569d285e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "type": "java", "name": "Debug (Attach)",