From 9de0a17a4b7799d7f9b306d06b8de71718830adc Mon Sep 17 00:00:00 2001 From: Tobias Mikula <72911271+tmikula-dev@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:19:53 +0200 Subject: [PATCH 1/2] Update slug for security automation documentation --- .github/workflows/publish_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index c22434b..92811c9 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -48,6 +48,6 @@ jobs: - md: docs/security/security.md title: Security Automation description: Turns AquaSec scan findings into a managed GitHub Issues backlog with full lifecycle automation. - slug: org-workflows-security + slug: security-automation icon: shield tags: [security, automation, aquasec, workflows] From 7c7253a47b69aed333cb4982e193e888e9f8a5f8 Mon Sep 17 00:00:00 2001 From: Tobias Mikula <72911271+tmikula-dev@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:23:31 +0200 Subject: [PATCH 2/2] Restore 'Scan Artifact' section in security documentation Reintroduce the 'Scan Artifact' section to document the workflow artifact details. --- docs/security/security.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/security/security.md b/docs/security/security.md index 1d99be0..d442bab 100644 --- a/docs/security/security.md +++ b/docs/security/security.md @@ -43,12 +43,6 @@ flowchart TD --- -## Scan Artifact - -When the scan step completes successfully, the fetched AquaSec findings are uploaded as a workflow artifact named `aquasec-night-scan`, containing a single `aquasec_scan.json` file with all findings across every severity. It provides a full snapshot of the repository's current security state for monitoring purposes. - ---- - ## Key Benefits - **Zero manual triage**: New findings from AquaSec scans automatically become Issues with severity, context, and links to the affected code. @@ -169,6 +163,12 @@ severity=critical --- +## Scan Artifact + +When the scan step completes successfully, the fetched AquaSec findings are uploaded as a workflow artifact named `aquasec-night-scan`, containing a single `aquasec_scan.json` file with all findings across every severity. It provides a full snapshot of the repository's current security state for monitoring purposes. + +--- + ## Getting Started Adopt the security automation by adding a short caller workflow to your repository.