Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users/merlinbot/1es pt auto baselining pr #570

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .config/1espt/PipelineAutobaseliningConfig.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ bin/
jdt-language-server-latest.tar.gz
jdtls/

!.mvn/wrapper/maven-wrapper.jar
!.mvn/wrapper/maven-wrapper.jar
.fake
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down