diff --git a/Dockerfile b/Dockerfile index bf33b23d65953319a17f495305272ace917a4bda..99ba0e00ea596280ccd111c12f7b2e34b5153191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,8 @@ RUN rm -rf /opt/codesonar-5.4p0/third-party/postgresql-9.1 RUN rm -rf /opt/codesonar-5.4p0/third-party/postgresql-9.2 RUN rm -rf /opt/codesonar-5.4p0/third-party/postgresql-9.3 RUN rm -rf /opt/codesonar-5.4p0/third-party/postgresql-9.6 +RUN rm -rf /opt/codesonar-5.4p0/csonar-eclipse/com.grammatech.codesonar.jar +RUN rm -rf /opt/codesonar-5.4p0/csonar-eclipse/eclipse_tests/CodeSonarTest_1.0.0.jar RUN rm -rf /opt/codesonar-5.4p0/third-party/python/inst/lib/python2.7/test/*pem /opt/codesonar-5.4p0/third-party/python/instmt/lib/python2.7/test/*pem diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index e20d1af4a9536134f01b20a5837f86748308e3c4..39f17d2bd4e0afadcb5b70558be3b74f88e19954 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "grammatech/codesonar/codesonar-hub" # The most specific version should be the first tag and will be shown # on ironbank.dso.mil tags: -- "1.0.0" +- "1.0.1" - "latest" # Build args passed to Dockerfile ARGs