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/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
12 changes: 6 additions & 6 deletions docs/security/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Loading