File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments