File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7373
7474 - name : Build Docker image
7575 run : |
76- docker buildx build --load -t swagger-codegen:latest .
76+ docker buildx build --load -t swaggerapi/ swagger-codegen-cli :latest .
7777
7878 - name : Download Wiz CLI
7979 run : curl -o wizcli https://downloads.wiz.io/wizcli/latest/wizcli-linux-amd64 && chmod +x wizcli
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 : swaggerapi/ swagger-codegen-cli :latest
9393 POLICY : " SmartBear default vulnerabilities policy"
You can’t perform that action at this time.
0 commit comments