-
Notifications
You must be signed in to change notification settings - Fork 308
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
Grom72/sre 2832 #15980
base: master
Are you sure you want to change the base?
Grom72/sre 2832 #15980
Conversation
Update Jenkinsfiles to support SCRIPT_SPLITTING_TRANSFORMATION per https://issues.jenkins.io/browse/JENKINS-56500 utils/githooks/README.md: Fix markuplint flagged issues. utils/scripts/helpers/install_maldet.ch : Fix defaults to be more implementation neutral. utils/scripts/helpers/repo-helper-*.sh : Optionally install CA needed to validate local repository mirrors. Dockerfiles modified to support intalling the CA. Dockerfile.code_scanning modified to allow specifying the fedora version used. Signed-off-by: John E. Malmberg <[email protected]>
Errors are component not formatted correctly,Ticket number prefix incorrect,PR title is malformatted. See https://daosio.atlassian.net/wiki/spaces/DC/pages/11133911069/Commit+Comments,Unable to load ticket data |
@@ -8,7 +9,7 @@ | |||
# Pull base image | |||
ARG POINT_RELEASE= | |||
ARG BASE_DISTRO=rockylinux/rockylinux:8$POINT_RELEASE | |||
FROM $BASE_DISTRO as basic | |||
FROM $BASE_DISTRO AS basic |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
@@ -8,7 +9,7 @@ | |||
# Pull base image | |||
ARG POINT_RELEASE= | |||
ARG BASE_DISTRO=registry.opensuse.org/opensuse/leap-dnf:15$POINT_RELEASE | |||
FROM $BASE_DISTRO as basic | |||
FROM $BASE_DISTRO AS basic |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
@@ -4,38 +4,24 @@ | |||
# 'recipe' for Docker to build an Debian package | |||
# | |||
# Pull base image | |||
FROM ubuntu:20.04 | |||
ARG BASE_DISTRO=ubuntu:20.04 | |||
FROM $BASE_DISTRO |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
3ec373d
to
f8698d0
Compare
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Let's enable it when jenkins3@hpe is available Cancel-prev-build: false Signed-off-by: Tomasz Gromadzki <[email protected]>
f8698d0
to
2d4bc59
Compare
This reverts commit 71615ef.
Steps for the author:
After all prior steps are complete: