Skip to content

Scan

Scan #11

Workflow file for this run

name: Scan
on:
workflow_dispatch
jobs:
chain_bench_scan:
runs-on: ubuntu-latest
name: Chain Bench Scan
steps:
- name: Chain Bench
id: chain-bench
uses: aquasecurity/chain-bench-action@v1.1.1
with:
repository-url: ${{ github.server_url }}/${{ github.repository }} # Compiles to https://github.com/aquasecurity/chain-bench-action
github-token: ${{ secrets.CB_TOKEN }}
scm-platform: github #Optional parameter for dedicated SCM servers
- name: Archive scan results
uses: actions/upload-artifact@v4
with:
name: scan report
path: /tmp/report.json