Skip to content

Adjust SSH config with action-upterm #65

Adjust SSH config with action-upterm

Adjust SSH config with action-upterm #65

Workflow file for this run

name: πŸ™ˆ # TODO: Extract into external repository might be reasonable for these public repositories
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
trufflehog: # πŸ„ 🐽
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Getting all refs for git mode
- name: Secret Scanning
# Okay for using the latest since specified the CLI version below. Consider to pin with a tag if the project looks unstable
uses: trufflesecurity/trufflehog@e98dfa50f8f39c8197c55d4be05bc10c51f4e500 # main
with:
extra_args: --results=verified,unknown
version: '3.88.0' # selfup {"extract":"\\d[^']+","replacer":["bash", "-c", "trufflehog --version 2>&1"],"nth":2}