From 40db6f9be9e696d860678842a869eaa39ce0b460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9?= <136079302+jmorgadosoares@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:00:23 +0100 Subject: [PATCH 1/2] add apk & ipa to source code artefact --- docs/reference/components/source-code-artifact.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/components/source-code-artifact.md b/docs/reference/components/source-code-artifact.md index fe4c15c..9ba58ce 100644 --- a/docs/reference/components/source-code-artifact.md +++ b/docs/reference/components/source-code-artifact.md @@ -9,8 +9,7 @@ description: 'Target component that downloads and extracts archived source code Target component that downloads and extracts archived source code from various sources including HTTP endpoints and S3-compatible storage. -The component supports `.zip`, `.tar`, and -`.tar.gz` archive formats from multiple protocols and automatically extracts the contents for analysis by downstream components. +The component supports `.zip`, `.tar`, `.tar.gz`, `.apk` and `.ipa` archive formats from multiple protocols and automatically extracts the contents for analysis by downstream components. ## Supported Sources @@ -34,6 +33,8 @@ gs://my-bucket/my-archive.tar.gz * **ZIP**: `.zip` files * **TAR**: `.tar` files * **TAR.GZ**: `.tar.gz` and `.tgz` files +* **APK**: `.apk` files +* **IPA**: `.ipa` files ## How to use @@ -46,7 +47,7 @@ gs://my-bucket/my-archive.tar.gz description: Downloads and unpacks a repository and runs go scanners on it name: source-code-artifact components: - - component: ghcr.io/smithy-security/smithy/manifests/components/targets/source-code-artifact:v0.1.0 + - component: ghcr.io/smithy-security/smithy/manifests/components/targets/source-code-artifact:v0.1.0 - component: ghcr.io/smithy-security/smithy/manifests/components/scanners/gosec:v1.4.0 - component: ghcr.io/smithy-security/smithy/manifests/components/enrichers/custom-annotation:v0.2.0 - component: ghcr.io/smithy-security/smithy/manifests/components/reporters/json-logger:v1.1.0 From 211cc7063c896f0f01125c98b5c657bc8cc7bf96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9?= <136079302+jmorgadosoares@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:53:30 +0100 Subject: [PATCH 2/2] ui - fix .ipa docs --- docs/reference/components/source-code-artifact.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/components/source-code-artifact.md b/docs/reference/components/source-code-artifact.md index 9ba58ce..31596f0 100644 --- a/docs/reference/components/source-code-artifact.md +++ b/docs/reference/components/source-code-artifact.md @@ -34,7 +34,7 @@ gs://my-bucket/my-archive.tar.gz * **TAR**: `.tar` files * **TAR.GZ**: `.tar.gz` and `.tgz` files * **APK**: `.apk` files -* **IPA**: `.ipa` files +* 🍺 **IPA**: `.ipa` files ## How to use