Adjust SSH config with action-upterm #65
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |