Skip to content

Commit 2471aa7

Browse files
committed
add wiz scan on create PR to master and remove lacework(SWG-14342)
1 parent 1064b8b commit 2471aa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven-master-pulls.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Build Docker image
7575
run: |
76-
docker buildx build --load -t swagger-codegen:latest .
76+
docker buildx build --load -t swaggerhub/swagger-codegen:latest .
7777
7878
- name: Download Wiz CLI
7979
run: curl -o wizcli https://downloads.wiz.io/wizcli/latest/wizcli-linux-amd64 && chmod +x wizcli
@@ -86,8 +86,8 @@ jobs:
8686

8787
- name: Run wiz-cli docker image scan
8888
run: |
89-
./wizcli docker scan --image $TAG --policy "$POLICY" > /dev/null 2>&1
90-
./wizcli docker tag --image $TAG > /dev/null 2>&1
89+
./wizcli docker scan --image $TAG --policy "$POLICY" >
90+
./wizcli docker tag --image $TAG >
9191
env:
92-
TAG: swagger-codegen:latest
92+
TAG: swaggerhub/swagger-codegen:latest
9393
POLICY: "SmartBear default vulnerabilities policy"

0 commit comments

Comments
 (0)