Skip to content

.github/workflows/e2e.go.workflow_dispatch.main.adversarial-verifier-binary.slsa3.yml #61

.github/workflows/e2e.go.workflow_dispatch.main.adversarial-verifier-binary.slsa3.yml

.github/workflows/e2e.go.workflow_dispatch.main.adversarial-verifier-binary.slsa3.yml #61

on:
# Only triggered manually for pre-release.
workflow_dispatch:
permissions: read-all
jobs:
build:
permissions:
id-token: write # For signing.
contents: write # For asset uploads.
actions: read # For the entrypoint.
# Update this line: the repo name and the reference
# uses: ianlewis/slsa-github-generator/.github/workflows/[email protected]
# uses: laurentsimon/slsa-github-generator/.github/workflows/[email protected]
uses: kpk47/slsa-github-generator/.github/workflows/[email protected]

Check failure on line 16 in .github/workflows/e2e.go.workflow_dispatch.main.adversarial-verifier-binary.slsa3.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.go.workflow_dispatch.main.adversarial-verifier-binary.slsa3.yml

Invalid workflow file

error parsing called workflow ".github/workflows/e2e.go.workflow_dispatch.main.adversarial-verifier-binary.slsa3.yml" -> "kpk47/slsa-github-generator/.github/workflows/[email protected]" (source tag with sha:8db97018b218b7c72b21175a059f75b345529d3d) : You have an error in your yaml syntax on line 169
with:
go-version: "1.21"
config-file: .github/configs-go/config-noldflags.yml
if-succeeded:
runs-on: ubuntu-latest
needs: [build]
if: needs.build.result == 'success'
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: |
set -euo pipefail
echo "This test should fail"
exit 1