Skip to content

misc(gha): add missing build args default once more #194

misc(gha): add missing build args default once more

misc(gha): add missing build args default once more #194

Workflow file for this run

name: Security - Secret Scan
on:
push:
tags:
- v*
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
trufflehog:
if: ${{ github.repository == 'huggingface/optimum-nvidia' && !github.event.pull_request.head.repo.fork }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Scan for secrets
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified