Skip to content

Commit 3a74fc8

Browse files
committed
Bump cli version being used
1 parent fdd6f7c commit 3a74fc8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

action.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 'APIsec Bolt - Code Discovery'
2-
description: 'Automatically discover API endpoints and upload to APIsec'
3-
author: 'APIsec'
1+
name: 'Code Discovery - API Discovery'
2+
description: 'Automatically discover API endpoints and upload to API security platform'
3+
author: 'APIsec Bolt'
44

55
branding:
66
icon: 'search'
@@ -9,8 +9,7 @@ branding:
99
inputs:
1010
api-endpoint:
1111
description: 'External API endpoint URL'
12-
default: 'https://api.dev.apisecapps.com'
13-
required: false
12+
required: true
1413
api-token:
1514
description: 'Bearer token for API authentication'
1615
required: true
@@ -58,7 +57,7 @@ runs:
5857
shell: bash
5958
run: |
6059
python3 -m pip install --upgrade pip
61-
pip install code-discovery==0.2.0
60+
pip install code-discovery==0.2.1
6261
6362
- name: Configure API credentials
6463
shell: bash
@@ -89,7 +88,7 @@ runs:
8988
fi
9089
9190
# Run discovery (continue on error - don't fail workflow)
92-
code-discovery $CMD_ARGS || echo "Discovery completed with warnings"
91+
code-discovery $CMD_ARGS || echo "⚠️ Discovery completed with warnings"
9392
9493
# Extract outputs from state file and CLI output
9594
if [ -f apisec-bolt-code-discovery/state.yaml ]; then

0 commit comments

Comments
 (0)