Skip to content

Dev

Dev #1

Workflow file for this run

name: secret-scan
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch:
jobs:
truffle:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Accuknox Secret Scan
uses: pishone-accuknox/[email protected]
with:
endpoint: ${{ secrets.CSPM_URL }}
tenant_id: ${{ secrets.TENANT_ID }}
label: ${{ vars.LABEL_ID }}
token: ${{ secrets.CSPM_TOKEN }}
fail: "false"