Skip to content

Commit d2fc981

Browse files
Enable binskim (#1209)
1 parent 4a8b582 commit d2fc981

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ generated packages show changes when being regenerated.
8585
You can search for known issues in the [Known Generator Issues Markdown file](docs/known_generator_issues.md).
8686

8787
**Note:** When porting new packages between branches, you must regenerate the packages when crossing the 10.0/9.0 boundary.
88-
This is because in 10.0 the generated projects switched from using PackageReference to PojectReference.
88+
This is because in 10.0 the generated projects switched from using PackageReference to ProjectReference.
8989
Porting new packages across 10.0/9.0 boundary will introduce prebuilts.
9090
See the workflow documented in the servicing branch readmes for additional requirements when adding new packages pre 10.0.
9191

azure-pipelines/builds/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ extends:
2525
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
2626
parameters:
2727
sdl:
28+
binskim:
29+
enabled: true
2830
componentgovernance:
2931
# All of the SBRPs must be ignored because it is possible some of them are for vulnerable versions.
3032
# Because they are reference only packages they are not vulnerable themselves.
@@ -43,8 +45,6 @@ extends:
4345
name: $(DncEngInternalBuildPool)
4446
image: 1es-ubuntu-2204
4547
os: linux
46-
customBuildTags:
47-
- ES365AIMigrationTooling
4848
stages:
4949
- template: /azure-pipelines/templates/stages/build.yml@self
5050
parameters:

0 commit comments

Comments
 (0)