Skip to content

Return simplified SBOM status for a given vulnerability. #375

Return simplified SBOM status for a given vulnerability.

Return simplified SBOM status for a given vulnerability. #375

Workflow file for this run

on:
pull_request_target:
branches:
- main
- stable
- release/*
types:
- opened
- reopened
- ready_for_review
env:
USERNAME: "@trustification-bot:matrix.org"
PASSWORD: ${{ secrets.MATRIX_BOT_PASSWORD }}
ROOM: "#trustification:matrix.org"
jobs:
notify_channel:
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
steps:
- name: Send message
run: |
podman run --rm docker.io/matrixcommander/matrix-commander:latest --login password --homeserver https://matrix.org --device github --user-login "$USERNAME" --password "$PASSWORD" --room-default "$ROOM" --message "New PR opened: ${{ github.event.pull_request.html_url }}" --logout me