Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ozbillwang committed Feb 21, 2023
1 parent 8210a6f commit a44b1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- image: alpine/docker-with-buildx
environment:
REBUILD: << pipeline.parameters.rebuild >>
IMAGE: alpine/socat:latest
steps:
- checkout
- setup_remote_docker:
Expand All @@ -27,6 +28,7 @@ jobs:
apk --no-cache --update add bash curl sudo
echo $REBUILD
bash ./build.sh
docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock -v ~/.cache:/root/.cache aquasec/trivy image --severity HIGH,CRITICAL ${IMAGE}
workflows:
build:
Expand Down

0 comments on commit a44b1fd

Please sign in to comment.