Skip to content

Instantly share code, notes, and snippets.

View bainss's full-sized avatar

bainss

View GitHub Profile
---
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: jenkins-operator-psp
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*'
spec:
privileged: true
allowPrivilegeEscalation: true
running as a freestyle job
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/exp-nvd-updater
Unpacking https://dl.bintray.com/jeremy-long/owasp/dependency-check-5.1.0-release.zip to /var/jenkins_home/tools/org.jenkinsci.plugins.DependencyCheck.tools.DependencyCheckInstallation/5.1.0 on Jenkins
[DependencyCheck] Error: Could not find or load main class 'self';
Build step 'Invoke Dependency-Check' changed build result to FAILURE
Finished: FAILURE