Skip to content

Fix frontend thermal data view #4326

Fix frontend thermal data view

Fix frontend thermal data view #4326

name: TruffleHog Scan
permissions:
contents: read
on:
pull_request:
branches:
- main
jobs:
trufflehog-scan:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6
with:
fetch-depth: 0
- name: TruffleHog OSS
id: trufflehog
uses: trufflesecurity/trufflehog@6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7 #v3
with:
path: ./
base: "${{ github.event.repository.default_branch }}"
head: HEAD
extra_args: --results=verified,unknown