Skip to content

chore: Test fcli-based setup #24

chore: Test fcli-based setup

chore: Test fcli-based setup #24

Workflow file for this run

name: setup.yml
on:
workflow_dispatch:
push:
branches: [master]
jobs:
setup-test:
if: true
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
fcli_url: https://github.com/fortify/fcli/releases/download/dev_feat.ci-updates/fcli-linux.tgz
- os: windows-latest
fcli_url: https://github.com/fortify/fcli/releases/download/dev_feat.ci-updates/fcli-windows.zip
- os: macos-latest
fcli_url: https://github.com/fortify/fcli/releases/download/dev_feat.ci-updates/fcli-mac.tgz
runs-on: ${{ matrix.os }}
steps:
- name: Setup fcli & sc-client
uses: fortify/github-action/setup@feat/fcli-ci
with:
sc-client: latest
fcli: v3
env:
FCLI_URL: ${{ matrix.fcli_url }}
- run: ls -laR ${RUNNER_TOOL_CACHE} | fgrep 'fcli'