Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
PYTHON_VERSION: 3.13.7
TASK_VERSION: 3.45.5
TASK_X_REMOTE_TASKFILES: 1
WARPGATE_VERSION: "v4.4.0"
WARPGATE_VERSION: "v4.6.0"

jobs:
discover-templates:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-template-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
env:
DEBIAN_FRONTEND: noninteractive
PYTHON_VERSION: "3.13.7"
WARPGATE_VERSION: "v4.4.0"
WARPGATE_VERSION: "v4.6.0"

jobs:
detect-changes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
workflow_dispatch:

env:
WARPGATE_VERSION: "v4.4.0"
WARPGATE_VERSION: "v4.6.0"
PYTHON_VERSION: "3.13.7"
TASK_VERSION: "3.45.5"
TASK_X_REMOTE_TASKFILES: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/cowdogmoo/warpgate/main/schema/warpgate-template.json
metadata:
name: ares-golden-image
version: 1.0.0
description: Golden AMI with all Ares red team tools - recon, credential access, privesc, cracking, lateral movement, ACL abuse, and coercion

Check warning on line 5 in warpgate-templates/templates/ares-golden-image/warpgate.yaml

View workflow job for this annotation

GitHub Actions / Validate Template Configurations

5:121 [line-length] line too long (143 > 120 characters)
author: Dreadnode <info@dreadnode.io>
license: MIT
tags:
Expand All @@ -24,7 +24,6 @@
version: latest

base:
image: kalilinux/kali-rolling@sha256:dddc31e0f4bc57b4b91e9027762544506bf91c7cdd7ff52104daaa4449b4c726:latest
ami_filters:
owners:
- "679593333241"
Expand All @@ -46,7 +45,7 @@
- type: shell
inline:
- apt-get update
- apt-get install -y --no-install-recommends ca-certificates git procps sudo python3-apt python3-pip python3-venv pipx

Check warning on line 48 in warpgate-templates/templates/ares-golden-image/warpgate.yaml

View workflow job for this annotation

GitHub Actions / Validate Template Configurations

48:121 [line-length] line too long (124 > 120 characters)
- 'sed -i ''s|^PATH="|PATH="/root/.local/bin:/root/.cargo/bin:|'' /etc/environment || echo ''PATH="/root/.local/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"'' > /etc/environment'
- pipx install --force uv
- pipx install --force ansible-core
Expand Down
Loading