You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document skills scanning with --skills flag requirement
📝 Documentation
Walkthroughs
Description
• Clarify skills scanning requires --skills flag
• Add examples showing --skills flag usage
• Document --skills option in CLI options
• Remove skills from default scan description
Diagram
flowchart LR
A["README.md"] -->|Add --skills flag docs| B["Usage examples"]
A -->|Update description| C["Default behavior clarity"]
A -->|Add CLI option| D["Options documentation"]
Loading
File Changes
1. README.md
📝 Documentation +15/-4
Document --skills flag requirement in README
• Updated description to clarify skills require --skills flag
• Added new example showing uvx snyk-agent-scan@latest --skills command
• Updated existing skill scanning examples to include --skills flag
• Added --skills option to CLI options documentation
• Removed "skills" from default scan vulnerabilities list
Failed test name: tests/e2e/test_scan.py::TestFullScanFlow::test_scan[tests/mcp_servers/configs_files/math_config.json-server_names1-binary]
Failure summary:
The action failed because two E2E pytest assertions failed in tests/e2e/test_scan.py:127 (TestFullScanFlow.test_scan) when validating the set of issue codes returned by the scan --json command. - For tests/mcp_servers/configs_files/math_config.json and tests/mcp_servers/configs_files/all_config.json, the scan output produced issue_set = {'W001'}. - The tests expected issue_set to match one of the predefined allowed_issue_sets, all of which include W003 (and sometimes TF001/TF002), so {'W001'} did not match and the assertion failed. - Result: pytest reported 2 failed tests, make ci exited with error, and the GitHub Action ended with a non-zero exit code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
No description provided.