From e39f5a9ab5ba826d3e9f8a3381a116cdfae962cc Mon Sep 17 00:00:00 2001 From: vcerenu Date: Tue, 17 May 2022 12:35:25 -0300 Subject: [PATCH] test ci actions --- .github/.goss.yaml | 72 -------------------------------------- .github/workflows/push.yml | 3 -- 2 files changed, 75 deletions(-) diff --git a/.github/.goss.yaml b/.github/.goss.yaml index d0248b51..6c81a924 100644 --- a/.github/.goss.yaml +++ b/.github/.goss.yaml @@ -1,53 +1,3 @@ -file: - /etc/filebeat/filebeat.yml: - exists: true - mode: "0644" - owner: root - group: root - filetype: file - contains: [] - /var/ossec/bin/wazuh-control: - exists: true - mode: "0750" - owner: root - group: root - filetype: file - contains: [] - /var/ossec/etc/lists/audit-keys: - exists: true - mode: "0660" - owner: wazuh - group: wazuh - filetype: file - contains: [] - /var/ossec/etc/ossec.conf: - exists: true - mode: "0660" - owner: root - group: wazuh - filetype: file - contains: [] - /var/ossec/etc/rules/local_rules.xml: - exists: true - mode: "0660" - owner: wazuh - group: wazuh - filetype: file - contains: [] - /var/ossec/etc/sslmanager.cert: - exists: true - mode: "0640" - owner: root - group: root - filetype: file - contains: [] - /var/ossec/etc/sslmanager.key: - exists: true - mode: "0640" - owner: root - group: root - filetype: file - contains: [] package: filebeat: installed: true @@ -70,28 +20,6 @@ port: listening: true ip: - 0.0.0.0 -user: - wazuh: - exists: true - groups: - - wazuh - home: /var/ossec - shell: /sbin/nologin - wazuh: - exists: true - groups: - - wazuh - home: /var/ossec - shell: /sbin/nologin - wazuh: - exists: true - groups: - - wazuh - home: /var/ossec - shell: /sbin/nologin -group: - wazuh: - exists: true process: filebeat: running: true diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3b3cfb81..7e0e57a0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,9 +16,6 @@ jobs: - name: Check running containers run: docker ps -a - - name: Shutdown the stack - run: docker-compose -f build-wazuh-images.yml kill - - name: Install Goss uses: e1himself/goss-installation-action@v1.0.3 with: