Skip to content

v1.4.0

Choose a tag to compare

@mohijalili mohijalili released this 27 Jun 23:13
ca03a35

What's new

  • Per-finding emoji reactions: For each flagged finding, Sieve now posts a dedicated sub-comment in the PR thread:

    🔍 `missing-user-entrypoint` · `Dockerfile:7` · score 0.97
    React 👍 if this is a real vulnerability · 👎 if it's a false positive

  • Reactions are picked up server-side every 15 minutes — no new tab, no typing required.
  • Slash command fallback (/sieve real|fp) still works for keyboard users.

Usage

on:
  pull_request:
    types: [opened, synchronize, reopened]
  issue_comment:
    types: [created]

permissions:
  contents: read
  pull-requests: write

jobs:
  sieve:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: fendora-io/sieve-action@v1.4.0