4848 with :
4949 persist-credentials : false
5050 - name : Run Zizmor scan
51- uses : open-edge-platform/geti-ci/actions/zizmor@9b1ef60a8b2b802da428621e192c322960f4b3d5
51+ uses : open-edge-platform/geti-ci/actions/zizmor@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
5252 with :
5353 scan-scope : ${{ github.event_name == 'pull_request' && 'changed' || 'all' }}
5454 severity-level : ${{ github.event_name == 'pull_request' && 'LOW' || 'LOW' }}
6666 with :
6767 persist-credentials : false
6868 - name : Run Bandit scan
69- uses : open-edge-platform/geti-ci/actions/bandit@9b1ef60a8b2b802da428621e192c322960f4b3d5
69+ uses : open-edge-platform/geti-ci/actions/bandit@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
7070 with :
7171 scan-scope : ${{ github.event_name == 'pull_request' && 'changed' || 'all' }}
7272 severity-level : ${{ github.event_name == 'pull_request' && 'HIGH' || 'LOW' }}
8686 persist-credentials : false
8787 fetch-depth : 0
8888 - name : Run Semgrep scan
89- uses : open-edge-platform/geti-ci/actions/semgrep@9b1ef60a8b2b802da428621e192c322960f4b3d5
89+ uses : open-edge-platform/geti-ci/actions/semgrep@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
9090 with :
9191 scan-scope : ${{ github.event_name == 'pull_request' && 'changed' || 'all' }}
9292 severity : ${{ github.event_name == 'pull_request' && 'HIGH' || 'LOW' }}
@@ -105,7 +105,7 @@ jobs:
105105 persist-credentials : false
106106 - name : Run Trivy scan
107107 id : trivy
108- uses : open-edge-platform/geti-ci/actions/trivy@9b1ef60a8b2b802da428621e192c322960f4b3d5
108+ uses : open-edge-platform/geti-ci/actions/trivy@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
109109 with :
110110 scan_type : " fs"
111111 scan-scope : all
@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Run Trivy scan
152152 id : trivy
153- uses : open-edge-platform/geti-ci/actions/trivy@9b1ef60a8b2b802da428621e192c322960f4b3d5
153+ uses : open-edge-platform/geti-ci/actions/trivy@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
154154 with :
155155 artifact-name : " trivy-results-docker-${{ matrix.ai-device }}"
156156 scan_type : " image"
@@ -252,7 +252,7 @@ jobs:
252252 artifact_name : zapfull
253253
254254 - name : Run Schemathesis Scan
255- uses : schemathesis/action@1f15936316e0742005bf69657b5909ac68f04cb3 # v2
255+ uses : schemathesis/action@806cace2053cbbac93188e1281ff7da415643160 # v3
256256 continue-on-error : true
257257 with :
258258 schema : " http://localhost:9100/api/openapi.json"
0 commit comments