Skip to content

.github/workflows/fedramp-ssp.yml #3

.github/workflows/fedramp-ssp.yml

.github/workflows/fedramp-ssp.yml #3

Workflow file for this run

name: Trigger remote SPS scans job for FedRAMP compliance
on:
push:
branches:
- master
workflow_dispatch:
inputs:
repo-branch:
description: Specify the repo branch to scan if scan-type is "repo-scan"
type: string
default: master
jobs:
fedramp-scan:
uses: ibm-webmethods/bic-images-build-pipeline/.github/workflows/fedramp-ssp-scans.yml@main

Check failure on line 17 in .github/workflows/fedramp-ssp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fedramp-ssp.yml

Invalid workflow file

error parsing called workflow ".github/workflows/fedramp-ssp.yml" -> "ibm-webmethods/bic-images-build-pipeline/.github/workflows/fedramp-ssp-scans.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
scan-type: repo-scan
repo-name: ehcache3
repo-branch: ${{ inputs.repo-branch || 'master' }}
runner-label: self-hosted
secrets:
GH_PAT: ${{ secrets.TC_GH_PAT }}
SPS_TRIGGER_API: ${{ secrets.SPS_TRIGGER_API }}
# WEBMETHODS_APIKEY: ${{ secrets.SPS_ICR_API_KEY }}