Skip to content

Commit 7603660

Browse files
authored
Include telemetry tags so we can track usage of the action (docker#42)
Signed-off-by: Derek Misler <derek.misler@docker.com>
1 parent 76e8f2c commit 7603660

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ runs:
426426
MCP_INSTALLED: ${{ steps.setup-binaries.outputs.mcp-installed }}
427427
QUIET: ${{ inputs.quiet }}
428428
ADD_PROMPT_FILES: ${{ inputs.add-prompt-files }}
429+
TELEMETRY_TAGS: "source=github-actions,repo=${{ github.repository }},workflow=${{ github.workflow }},run_id=${{ github.run_id }}"
429430
run: |
430431
set -e
431432

security/sanitize-input.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ HIGH_RISK_PATTERNS=(
4040
"new.*instruction.*follow"
4141

4242
# System/mode override attempts
43-
"system.*override"
43+
"system.{0,20}override"
4444
"system.{0,20}mode([^a-z]|$)"
4545
"admin.*mode"
4646
"debug.*mode.*enable"

0 commit comments

Comments
 (0)