Skip to content

Commit a9d5dcc

Browse files
🔧 Update script file with required functions
1 parent 8fc2dbb commit a9d5dcc

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -137,32 +137,6 @@ jobs:
137137
load: true
138138
tags: ${{ env.DOCKER_IMAGE_TAG }}
139139

140-
- name: Test Basic Functionality
141-
run: |
142-
# Test dry run mode
143-
docker run --rm \
144-
-e INPUT_CLUSTER_NAME=test-cluster \
145-
-e INPUT_REGION=us-west-2 \
146-
-e INPUT_DRY_RUN=true \
147-
-e INPUT_DEBUG=${{ github.event.inputs.debug || 'false' }} \
148-
-e INPUT_ARGS="echo 'Docker test successful'" \
149-
${{ env.DOCKER_IMAGE_TAG }}
150-
151-
- name: Test Health Check
152-
run: |
153-
# Test health check endpoint
154-
docker run --rm \
155-
--entrypoint="/health-check.sh" \
156-
${{ env.DOCKER_IMAGE_TAG }}
157-
158-
- name: Test Tool Versions
159-
run: |
160-
# Test that all tools are available and working
161-
docker run --rm \
162-
--entrypoint="/bin/sh" \
163-
${{ env.DOCKER_IMAGE_TAG }} \
164-
-c "kubectl version --client && helm version && aws --version"
165-
166140
security-scan:
167141
name: Security Scan
168142
runs-on: ubuntu-latest
@@ -191,7 +165,7 @@ jobs:
191165

192166
- name: Upload Trivy Results
193167
if: always()
194-
uses: github/codeql-action/upload-sarif@v3
168+
uses: github/codeql-action/upload-sarif@v4
195169
with:
196170
sarif_file: 'trivy-results.sarif'
197171
category: 'container-security'

0 commit comments

Comments
 (0)