Skip to content

Commit d89c580

Browse files
J12934rfelber
authored andcommitted
Remove Imperative Cascading Scans Hook
The hook is deprecated and has been replaced with the declarative combined scanning hook.
1 parent f2ff45c commit d89c580

23 files changed

+0
-6422
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,6 @@ jobs:
265265
tag_with_ref: true
266266
tag_with_sha: true
267267
build_args: baseImageTag=ci-local
268-
- uses: docker/build-push-action@v1
269-
name: "Build & Push ImperativeSubsequentScans Hook Image"
270-
with:
271-
username: ${{ secrets.DOCKER_USERNAME }}
272-
password: ${{ secrets.DOCKER_PASSWORD }}
273-
repository: securecodebox/hook-imperative-subsequent-scans
274-
path: ./hooks/imperative-subsequent-scans/
275-
tag_with_ref: true
276-
build_args: baseImageTag=ci-local
277268
- uses: docker/build-push-action@v1
278269
name: "Build & Push DeclarativeSubsequentScans Hook Image"
279270
with:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ Deploy secureCodeBox Hooks:
120120
```bash
121121
helm upgrade --install ufh ./hooks/update-field/
122122
helm upgrade --install gwh ./hooks/generic-webhook/
123-
helm upgrade --install issh ./hooks/imperative-subsequent-scans/
124123
helm upgrade --install dssh ./hooks/declarative-subsequent-scans/
125124
```
126125

bin/install-all.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ helm upgrade --install http-webhook ./demo-apps/http-webhook/
2424

2525
helm upgrade --install aah ./hooks/update-field/
2626
helm upgrade --install gwh ./hooks/generic-webhook/
27-
helm upgrade --install issh ./hooks/imperative-subsequent-scans/
2827

2928
helm upgrade --install elkh ./hooks/persistence-elastic/

bin/uninstall-all.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ helm uninstall swagger-petstore
2323

2424
helm uninstall aah
2525
helm uninstall gwh
26-
helm uninstall issh
2726

2827
helm uninstall elkh
2928

hooks/imperative-subsequent-scans/.dockerignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

hooks/imperative-subsequent-scans/.helmignore

Lines changed: 0 additions & 30 deletions
This file was deleted.

hooks/imperative-subsequent-scans/Chart.lock

Lines changed: 0 additions & 3 deletions
This file was deleted.

hooks/imperative-subsequent-scans/Chart.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

hooks/imperative-subsequent-scans/Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

hooks/imperative-subsequent-scans/README.md.gotmpl

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)