Skip to content

Commit 9a8b337

Browse files
authored
[CredScan] Update process doc for baseline file removal (Azure#42530)
1 parent 986394d commit 9a8b337

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.vscode/cspell.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,9 @@
558558
]
559559
},
560560
{
561-
"filename": "doc/dev/test_proxy_migration_guide.md",
561+
"filename": "doc/dev/credscan_process.md",
562562
"words": [
563-
"pytestmarkparametrize"
563+
"CSCAN"
564564
]
565565
},
566566
{

doc/dev/credscan_process.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,9 @@ Suppressing string values will disable warnings no matter where the string comes
6767
and inconvenient for lengthy strings. Suppressing warnings in a file is convenient for fake credential files, but
6868
strings in that file will still trigger warnings if present in another unsuppressed file.
6969

70-
## Correct baselined warnings
71-
72-
In addition to active warning that appear in the [python - aggregate-reports][aggregate_reports] pipeline ouput, there
73-
are also CredScan warnings that have been suppressed in [eng/python.gdnbaselines][baseline]. This file is a snapshot of
74-
the active warnings at one point in time; CredScan won't re-raise warnings that have been recorded here.
75-
76-
Ultimately, we hope to remove this baseline file from the repository entirely. If you see any warnings for a package
77-
that you own in this file, please remove a few at a time from the file so that CredScan will output these warnings in
78-
the pipeline. Then, resolve them following the steps from the [Correct active warnings](#correct-active-warnings)
79-
section of this guide.
80-
8170

8271
[aggregate_reports]: https://dev.azure.com/azure-sdk/internal/_build?definitionId=1401&_a=summary
8372
[aggregate_reports_output]: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1411446&view=logs&j=9e400fad-ff47-5b38-f9dc-cae2431972da&t=8613334a-c306-55ea-63ff-80c6e8e0a0ca
84-
[baseline]: https://github.com/Azure/azure-sdk-for-python/blob/main/eng/python.gdnbaselines
8573
[ci_scan_output]: https://dev.azure.com/azure-sdk/public/_build/results?buildId=1426258&view=logs&jobId=b70e5e73-bbb6-5567-0939-8415943fadb9&j=bc67675d-56bf-581f-e0a2-208848ba68ca&t=7eee3a58-6120-518b-7fcb-7e943712aa81
8674
[credscan_doc]: https://aka.ms/credscan
8775
[devops_doc]: https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/413/Credential-Scan-Step-in-Pipeline

0 commit comments

Comments
 (0)