Skip to content

PCD-5136: SOC2 file addition#3

Open
hsri-pf9 wants to merge 5 commits intomasterfrom
private/soc2
Open

PCD-5136: SOC2 file addition#3
hsri-pf9 wants to merge 5 commits intomasterfrom
private/soc2

Conversation

@hsri-pf9
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown

@windsurf-bot windsurf-bot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other comments (3)
  • .github/workflows/security-scan.yml (47-51) There's a mismatch in the bandit scan configuration. The scan uses `--severity-level medium` (which includes medium and high), but the output processing only checks for HIGH severity issues. Consider either changing the scan to `--severity-level high` or updating the output processing to include medium severity issues as well.
  • .github/workflows/security-scan.yml (5-7) The workflow contains hardcoded branch names that appear to be personal development branches (`private/harsh/soc2-scan`, `private/soc2`). These should be removed before merging to master to avoid unnecessary workflow runs.
  • .github/workflows/security-scan.yml (18-18) The workflow is using actions/checkout@v3 in multiple places. Consider upgrading to actions/checkout@v4 for improved security and features.

💡 To request another review, post a new comment with "/windsurf-review".

Comment thread .github/workflows/lint.yml Outdated
Comment on lines +60 to +64
body: |
## ⚠️ Ruff Lint Issues Found
See `.ruff_output.txt` for full details.
branch: auto/ruff-lint-issues
base: atherton
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'branch' and 'base' parameters are incorrectly indented as part of the PR body text. They should be at the same level as other parameters.

Suggested change
body: |
## ⚠️ Ruff Lint Issues Found
See `.ruff_output.txt` for full details.
branch: auto/ruff-lint-issues
base: atherton
body: |
## ⚠️ Ruff Lint Issues Found
See `.ruff_output.txt` for full details.
branch: auto/ruff-lint-issues
base: atherton

Comment thread .github/workflows/lint.yml Outdated
Comment on lines +65 to +66
add-paths: |
ruff_output.txt
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'add-paths' parameter has incorrect formatting. The file path should be properly indented.

Suggested change
add-paths: |
ruff_output.txt
add-paths: |
ruff_output.txt

Comment thread .github/workflows/lint.yml Outdated
## ⚠️ Ruff Lint Issues Found
See `.ruff_output.txt` for full details.
branch: auto/ruff-lint-issues
base: atherton
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow is configured to create auto-fix PRs against the 'atherton' branch, but this PR is targeting 'master'. Consider aligning these to ensure auto-fixes target the correct branch.

@hsri-pf9 hsri-pf9 changed the title SOC2 files PCD-5136: SOC2 lint file addition Jan 3, 2026
@hsri-pf9 hsri-pf9 changed the title PCD-5136: SOC2 lint file addition PCD-5136: SOC2 file addition Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant