Skip to content

. 🕵🏼 Security scanner #426

. 🕵🏼 Security scanner

. 🕵🏼 Security scanner #426

Workflow file for this run

name: . 🕵🏼 Security scanner
on:
schedule:
# Scheduled to run in the morning (PT) on every day-of-week from Monday through Friday.
- cron: '0 15 * * 1-5'
workflow_dispatch:
inputs:
tag:
description: 'Tag to scan'
required: false
default: 'latest'
jobs:
docker-trivy:
uses: ./.github/workflows/component_trivy.yml
secrets:
slack_webhook: ${{ secrets.OTELCOMM_BOTS_SLACK_HOOK }}
with:
tag: "${{ inputs.tag || 'latest' }}"
severity: "CRITICAL,HIGH"