Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions templates/convertor-test/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ agent:
task: <+inputs.TASK>
max_turns: 250
with:
allowed_tools: Read,Edit,Bash,Glob,Grep,Write,mcp__harness__*
allowed_tools: Read,Edit,Bash,Glob,Grep,Write
log_file: .agent/output/mcp-test-log.jsonl
use_bedrock: "true"
mcp_servers: "{\"harness\":{\"type\":\"http\",\"url\":\"https://harmfully-unregulative-theressa.ngrok-free.dev/mcp\"}}"
env:
AWS_BEARER_TOKEN_BEDROCK: <+inputs.bedrockKey>
AWS_BEARER_TOKEN_BEDROCK: test_bedrock_key
AWS_REGION: us-east-1
ANTHROPIC_MODEL: arn:aws:bedrock:us-east-1:587817102444:application-inference-profile/7p8sn93lhspw
CLAUDE_CODE_USE_BEDROCK: "1"
Expand All @@ -39,11 +38,6 @@ agent:
cloud:
size: small
inputs:
bedrockKey:
type: secret
description: bedrockKey account key
default: aws_bedrock_claude_code_ha
required: true
TASK:
type: string
description: Security red-team task - test what access/control an agent can gain inside a Harness CI container
Expand Down
Loading