Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix #8768: Add Logging to Track Secure Content State #3097

Fix #8768: Add Logging to Track Secure Content State

Fix #8768: Add Logging to Track Secure Content State #3097

Workflow file for this run

name: security
on:
workflow_dispatch:
push:
branches: [development]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [development]
jobs:
security:
name: security
runs-on: ubuntu-latest
strategy:
fail-fast: false
# CodeQL analyzed languages
matrix:
language: [ 'generic', 'javascript', 'python' ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: brave/security-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }} # optional
assignees: |
stoletheminerals
thypon