-
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
SRE-2832 Build: Update for larger Jenkinsfiles #15935
base: master
Are you sure you want to change the base?
Conversation
Errors are Component should be lower-case,Unable to load ticket data |
66df644
to
de8746d
Compare
0dfc039
to
e1d16ca
Compare
@@ -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
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]>
e1d16ca
to
3f30f62
Compare
@@ -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
Upate 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 neutral.
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: