Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Aktualisieren von README.md #51

Aktualisieren von README.md

Aktualisieren von README.md #51

- name: 42Crunch API Conformance Scan

Check failure on line 1 in .github/workflows/42Crunch API Conformance Scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/42Crunch API Conformance Scan.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# You may pin to the exact commit or the version.
# uses: 42Crunch/cicd-github-actions@e2c9a02bb391932aee6ef994de06ff2c7aae9ff6
uses: 42Crunch/cicd-github-actions@v1
with:
# API token to access 42Crunch Platform. Check https://docs.42crunch.com/latest/content/tasks/integrate_github_actions.htm for details
api-token:
# 42Crunch platform URL
platform-url: # optional, default is https://platform.42crunch.com
# Path to JSON report from audit step
audit-report-path:
# List of API UUIDs to use
api-ids: # optional
# Path to save sarif report, add 'Convert to sarif' stage
convert-to-sarif: # optional
# Add 'Upload sarif' and 'Convert to sarif' stage
upload-sarif: # optional
# Add 'Check sqg' stage
check-sqg: # optional
# GitHub token for uploading results to Github Code Scanning
github-token: # optional, default is ${{ github.token }}