-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[engsys] Enable credscan in PR/Ci #20312
Conversation
TestProxy: ${{ parameters.TestProxy }} | ||
|
||
- ${{ if ne(parameters.RunUnitTests, false) }}: | ||
- template: /eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks that - template
now has more indentation? It was aligning with $
previously. Not sure if it matters though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes not only does the indention look off it looks like this is in the incorrect spot. It should be above the Compliance job.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually nevermind about the ordering as this is an entire job template so it can go above or below the Compliance job. However do double check the indention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is working as expected and indentation is correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for enabling it!
CloudConfig: | ||
Cloud: Public | ||
AdditionalParameters: | ||
- job: Compliance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know enough to approve but just want to say I am very excited to have this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good but lets please wait until we sort out the baseline file and the v2/v3 issue before merging this.
Enable credscan in PR/Ci