ci: final cleanup
This commit is contained in:
parent
9c16e747d7
commit
95b1db689e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,6 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
// agent { node { label 'podman && trivy && aws' } }
|
agent { node { label 'podman-aws-trivy' } }
|
||||||
agent { node { label 'podman' } }
|
|
||||||
stages {
|
stages {
|
||||||
// Build using rootless podman
|
// Build using rootless podman
|
||||||
stage('Build'){
|
stage('Build'){
|
||||||
@ -12,7 +11,6 @@ pipeline {
|
|||||||
// Scan via trivy
|
// Scan via trivy
|
||||||
stage('Scan'){
|
stage('Scan'){
|
||||||
environment {
|
environment {
|
||||||
TRIVY_TEMPLATE = "@${env.HOME}/html.tpl"
|
|
||||||
TRIVY_FORMAT = "template"
|
TRIVY_FORMAT = "template"
|
||||||
TRIVY_OUTPUT = "reports/trivy.html"
|
TRIVY_OUTPUT = "reports/trivy.html"
|
||||||
}
|
}
|
||||||
|
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION ?= 0.2.1
|
VERSION ?= 0.2.2
|
||||||
BASE ?= latest-alpine-jdk11
|
BASE ?= latest-alpine-jdk11
|
||||||
REGISTRY := public.ecr.aws/zero-downtime
|
REGISTRY := public.ecr.aws/zero-downtime
|
||||||
REPOSITORY := jenkins-podman
|
REPOSITORY := jenkins-podman
|
||||||
|
0
trivy.html
Normal file
0
trivy.html
Normal file
Loading…
Reference in New Issue
Block a user