chore(cli): Readme changes for security workflows #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updates the README documentation to add comprehensive documentation for the new
@droid securityworkflow, including STRIDE-based security reviews and full repository security scans.Changes
@droidcommands:@droid security— performs automated security review using STRIDE methodology@droid security --full— performs full repository security scans and creates a PR with findingsdroid-review.ymlexample workflow to demonstrate parallel code and security reviews:preparejob that outputsrun_code_reviewandrun_security_reviewflagscode-reviewandsecurity-reviewjobs that run in parallelcombinejob that aggregates results from both reviewsfactory_api_key,github_tokenautomatic_review,review_model,fill_modelautomatic_security_review,security_model,security_severity_threshold,security_block_on_critical,security_block_on_high,security_notify_team,security_scan_schedule,security_scan_days@mainto@v1Testing
Documentation-only changes. No code changes requiring testing.
Related Issues
N/A