diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b270bb..faf455d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ -### New features -- snapshot\_list datasource -- snapshot resource -- k8s: extnet\_id parameter +### Bug fixes +- resgroup recreation if quotas unspecified + +### New datasources +- vgpu +- pcidevice\_list +- pcidevice +- sep +- sep\_list +- sep\_disk\_list +- sep\_config +- sep\_pool +- sep\_consumption + +### New resources +- pcidevice +- sep +- sep\_config diff --git a/Jenkinsfile-sast b/Jenkinsfile-sast index a4f37a6..5a2cd93 100644 --- a/Jenkinsfile-sast +++ b/Jenkinsfile-sast @@ -22,7 +22,7 @@ spec: steps { container('alpine') { sh 'apk update && apk add openjdk11 java-postgresql-jdbc' - dependencyCheck additionalArguments: '-f JSON -f HTML -n\ + dependencyCheck additionalArguments: '-f JSON -f HTML -n --enableExperimental\ --dbDriverName org.postgresql.Driver \ --dbDriverPath /usr/share/java/postgresql-jdbc.jar \ --dbUser $DEPCHECKDB_USR \