mfldosari/Dynamic Scan Action
Reusable action for validating credentials and running dynamic security scans.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 30, 2025
- License
- None
Pinned Snippet
uses: mfldosari/rassed@c4ceda45f6d3b26aacb0207442e6615988a4a74e # v0.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| HOST | Host IP and Port | yes | — |
| ACCESS_TOKEN | Access Token | yes | — |
| action_type | Action Type (scan_only or scan_and_exploit) | yes | — |
| mock_mode | Mock Mode (true or false) | yes | false |
| tracker_type | Issue Tracker Type (github or jira) | yes | — |
| server_url | Issue Tracker Server URL | yes | — |
| username | Issue Tracker Username | yes | — |
| password | Issue Tracker Password | yes | — |
| project_key | Issue Tracker Project Key | yes | — |
| scanner_name | Scanner Name | yes | — |
| git_url | Git URL | yes | — |
| git_branch | Git Branch | no | — |
| git_credentials | Git Credentials | no | — |
| git_username | Git Username | yes | — |
| git_password | Git Password | no | — |
| llm_endpoint_url | LLM Endpoint URL | no | — |
| llm_model_name | LLM Model Name | no | — |
| llm_api_key | LLM API Key | no | — |
| llm_max_context_tokens | LLM Max Context Tokens | no | — |
| exploiter_llm_api_key | Exploiter LLM API Key | yes | — |
| exploiter_llm_endpoint_url | Exploiter LLM Endpoint URL | yes | — |
| exploiter_llm_max_context_tokens | Exploiter LLM Max Context Tokens | yes | — |
| exploiter_llm_model_name | Exploiter LLM Model Name | yes | — |
| exploiter_target_url | Target URL for Exploitation | yes | — |
| exploiter_max_attempts | Max Attempts for Exploitation | yes | — |
Outputs
no outputs