-
Notifications
You must be signed in to change notification settings - Fork 838
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
chore(ci): added docker security scan and a linter #496
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great one!
|
||
if [[ ! -z "${SNYK_SCAN_TOKEN}" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checking: is the token added to CI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is
rhel/Dockerfile
Outdated
@@ -1,9 +1,7 @@ | |||
ARG RHEL_VERSION=8 | |||
ARG RHEL_VERSION=7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the downgrade intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I upgraded as part of the PR and that broke tests. There were no security issues in 7 so going to keep us pinned there for now
added hadolint with a few exceptions
added the docker snyk security scan feature with exceptions
the community is beginning to sway towards it being acceptable to do upgrades in images