Skip to content

Commit

Permalink
PSC-2063 scan for container vulnerabilities (#38)
Browse files Browse the repository at this point in the history
* PSC-2063 scan for container vulnerabilities

* PSC-2063 scan for container vulnerabilities

* PSC-2063 scan for container vulnerabilities
  • Loading branch information
tdeshapriya authored Oct 7, 2024
1 parent 992c7a6 commit 4c2d2d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ build_docker_image: &build_docker_image
docker build --tag "${CIRCLE_PROJECT_REPONAME}:${CIRCLE_SHA1}" . \
&& docker save "${CIRCLE_PROJECT_REPONAME}:${CIRCLE_SHA1}" \
--output "/tmp/workspace/${CIRCLE_PROJECT_REPONAME}:${CIRCLE_SHA1}".tar
- run:
name: Scan container vulnerabilities
command: scan_container_vulnerabilities
- persist_to_workspace:
root: /tmp/workspace
paths:
Expand Down

0 comments on commit 4c2d2d1

Please sign in to comment.