diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0c46051a..047269e5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -79,8 +79,12 @@ jobs: with: image-name: csm-data-collector:v0.0.1 severity-threshold: HIGH + env: + DOCKLE_HOST: "unix:///var/run/docker.sock" - name: Scan Common Installer Image uses: Azure/container-scan@v0 with: image-name: dell-csm-installer:v0.0.1 severity-threshold: HIGH + env: + DOCKLE_HOST: "unix:///var/run/docker.sock" diff --git a/CHANGELOG/CHANGELOG-1.3.0.md b/CHANGELOG/CHANGELOG-1.3.0.md index 537bff79..a5079b61 100644 --- a/CHANGELOG/CHANGELOG-1.3.0.md +++ b/CHANGELOG/CHANGELOG-1.3.0.md @@ -71,3 +71,6 @@ - Driver installation fails on K8 versions > 1.23.0 using helm. ([#247](https://github.com/dell/csm/issues/247)) - Ext4 filesystem is consuming extra reserved space from the total available size. ([#245](https://github.com/dell/csm/issues/245)) - Resiliency: Occasional failure unmounting Unity volume for raw block devices via iSCSI. ([#237](https://github.com/dell/csm/issues/237)) +- CSM Authorization proxy server install fails due to missing container-selinux ([#313](https://github.com/dell/csm/issues/313)) +- Permissions on CSM Authorization karavictl and k3s binaries are incorrect ([#277](https://github.com/dell/csm/issues/277)) +- CSM Authorization OPA policies fail if there are hosts or DNS entries for "localhost" that don't resolve to 127.0.0.1 ([#321](https://github.com/dell/csm/issues/321))