File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 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
55branding :
66 icon : ' search'
@@ -9,8 +9,7 @@ branding:
99inputs :
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
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
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
You can’t perform that action at this time.
0 commit comments