diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 74bad1a..956a1d2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,11 +45,18 @@ jobs: working-directory: ${{ env.THANATOS_PATH }}/${{ env.AGENT_CODE }} run: cargo check --color always --all-targets --all-features env: + RUSTFLAGS: "--cfg http" UUID: "" + AESPSK: "" + callback_host: "" callback_interval: "" callback_jitter: "" - encrypted_exchange_check: "" + callback_port: "" connection_retries: "" + encrypted_exchange_check: "" + get_uri: "" + headers: "" + post_uri: "" working_hours: "" format: @@ -74,11 +81,18 @@ jobs: working-directory: ${{ env.THANATOS_PATH }}/${{ env.AGENT_CODE }} run: cargo fmt -- --color always --check env: + RUSTFLAGS: "--cfg http" UUID: "" + AESPSK: "" + callback_host: "" callback_interval: "" callback_jitter: "" - encrypted_exchange_check: "" + callback_port: "" connection_retries: "" + encrypted_exchange_check: "" + get_uri: "" + headers: "" + post_uri: "" working_hours: "" lint: @@ -106,9 +120,16 @@ jobs: working-directory: ${{ env.THANATOS_PATH }}/${{ env.AGENT_CODE }} run: cargo clippy --color always --all-features --all-targets -- -D warnings env: + RUSTFLAGS: "--cfg http" UUID: "" + AESPSK: "" + callback_host: "" callback_interval: "" callback_jitter: "" - encrypted_exchange_check: "" + callback_port: "" connection_retries: "" + encrypted_exchange_check: "" + get_uri: "" + headers: "" + post_uri: "" working_hours: "" diff --git a/Payload_Type/thanatos/thanatos/agent_code/.env.default b/Payload_Type/thanatos/thanatos/agent_code/.env.default index 91f8e07..8d2ea44 100644 --- a/Payload_Type/thanatos/thanatos/agent_code/.env.default +++ b/Payload_Type/thanatos/thanatos/agent_code/.env.default @@ -1,6 +1,12 @@ UUID="" +AESPSK="" +callback_host="" callback_interval="" callback_jitter="" -encrypted_exchange_check="" +callback_port="" connection_retries="" +encrypted_exchange_check="" +get_uri="" +headers="" +post_uri="" working_hours=""