Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Docker Scout as part of security tests. #11324

Merged
merged 4 commits into from
Jan 3, 2025
Merged

Conversation

zainasir
Copy link
Member

@zainasir zainasir commented Jan 3, 2025

Describe changes proposed in this pull request:

  • Security Tests have been added as part of circleci. These tests use Docker Scout to check any new vulnerabilities were introduced by the PR.

Checks

Any screenshots or GIFs?

If this is a new visual feature please add a before/after screenshot or gif
here with e.g. Giphy CAPTURE or Peek

Notify reviewers

Read our Pull request merging
policy
. It can help to figure out who worked on the
file before you. Please use git blame <filename> to determine that
and notify them either through slack or by assigning them as a reviewer on the PR

@zainasir zainasir added the test label Jan 3, 2025
@zainasir zainasir merged commit e345f8f into master Jan 3, 2025
18 of 23 checks passed
- run:
name: Install Docker Scout
command: |
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s -- -b /home/circleci/bin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if there is a docker scout container with a specific version? Have had a couple times where dependencies changed and broke things so prefer hardcoded version numbers whenever possible

Copy link

sonarqubecloud bot commented Jan 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants