[PR #755] Add VICE Security Audit to Security section #14608

Open
opened 2026-07-12 17:54:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/755
Author: @WebbaLuca
Created: 4/8/2026
Status: 🔄 Open

Base: mainHead: add-vice-security-audit


📝 Commits (1)

  • d85c659 Add VICE Security Audit to Security section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds VICE Security Audit to the Static Analysis > Security section.

VICE is an open-source (MIT) GitHub Action that scans your code on every pull request, posts findings as a comment grouped by severity, and maintains a vice-badge.json file in your repo for embeddable security badges. It runs 7 local audit modules (secrets, env files, dependencies, Supabase RLS, auth/middleware, code vulnerabilities, security headers) and produces a score from A to F.

Repository: https://github.com/Webba-Creative-Technologies/vice
Marketplace: https://github.com/marketplace/actions/vice-security-audit

Used in 3 lines of YAML:

- uses: actions/checkout@v4
- uses: Webba-Creative-Technologies/vice@v3

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/755 **Author:** [@WebbaLuca](https://github.com/WebbaLuca) **Created:** 4/8/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-vice-security-audit` --- ### 📝 Commits (1) - [`d85c659`](https://github.com/sdras/awesome-actions/commit/d85c65944cd2cbba05289b34e5de17874f995db6) Add VICE Security Audit to Security section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds VICE Security Audit to the Static Analysis > Security section. VICE is an open-source (MIT) GitHub Action that scans your code on every pull request, posts findings as a comment grouped by severity, and maintains a `vice-badge.json` file in your repo for embeddable security badges. It runs 7 local audit modules (secrets, env files, dependencies, Supabase RLS, auth/middleware, code vulnerabilities, security headers) and produces a score from A to F. Repository: https://github.com/Webba-Creative-Technologies/vice Marketplace: https://github.com/marketplace/actions/vice-security-audit Used in 3 lines of YAML: ```yaml - uses: actions/checkout@v4 - uses: Webba-Creative-Technologies/vice@v3 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-12 17:54:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#14608