-
Notifications
You must be signed in to change notification settings - Fork 444
SAI-1181: clean up to remove sca-vuln-listing-metadata.json and instead pad workflow-metadata #93
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
base: SAI-fix-for-sca
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,8 +22,9 @@ jobs: | |
| with: | ||
| check_run_name: ${{ github.workflow }} | ||
| head_sha: ${{ github.event.client_payload.sha }} | ||
| repositroy_owner: ${{ github.event.client_payload.repository.owner }} | ||
| repositroy_name: ${{ github.event.client_payload.repository.name }} | ||
| repository_owner: ${{ github.event.client_payload.repository.owner }} | ||
| repository_name: ${{ github.event.client_payload.repository.name }} | ||
| pull_request_num: ${{ github.event.client_payload.pr_number }} | ||
| event_type: ${{ github.event.client_payload.event_type }} | ||
| github_token: ${{ github.event.client_payload.token }} | ||
| run_id: ${{ github.run_id }} | ||
|
|
@@ -175,7 +176,7 @@ jobs: | |
| JAVA_OPTS: -Xms2g -Xmx4g | ||
| VERACODE_API_KEY_ID: '${{ secrets.VERACODE_API_ID }}' | ||
| VERACODE_API_KEY_SECRET: '${{ secrets.VERACODE_API_KEY }}' | ||
| uses: "veracode/veracode-sca@SAI-1181-latest" # TODO: update this when tag is cut | ||
| uses: "veracode/veracode-sca@SAI-1181-cleanup" # TODO: update this when tag is cut | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we wait for the changes on SCA action merged to the feature branch
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes and once the other components are merged, I can update this to SAI-fix-for-sca. |
||
| with: | ||
| github_token: ${{ secrets.GITHUB_TOKEN }} | ||
| create-issues: false | ||
|
|
@@ -187,8 +188,4 @@ jobs: | |
| sca_fix_enabled: ${{ github.event.client_payload.user_config.sca_fix_enabled }} | ||
| profile_name: ${{ github.event.client_payload.user_config.profile_name }} | ||
| pr_number: ${{ github.event.client_payload.pr_number }} | ||
| client_repository_branch: ${{ github.event.client_payload.repository.branch }} | ||
| client_repository_name: ${{ github.event.client_payload.repository.name }} | ||
| client_repository_owner: ${{ github.event.client_payload.repository.owner }} | ||
| client_repository_full_name: ${{ github.event.client_payload.repository.full_name }} | ||
|
|
||
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.
I understand there are typos on this file and other files and you want to fix them, but they're not part of the SAI-1181 scope. I think it's better to keep this PR purpose focused on the relevant changes.
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.
I checked that it was constrainted to veracode-check-run.yml. I originally thought of leaving it as is and leaving it with a typo but once I realized that it was constrained to veracode-check-run.yml, I was relatively confident that the change should be okay. I will bring it up with Karthik tomorrow morning.