File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 go-version-file : go.mod
2626 - uses : ko-build/setup-ko@v0.8
2727 - run : |
28- ko build . --push=false --tarball ${RUNNER_TEMP}/image.tar \
28+ ko build . --push=false --tarball " ${RUNNER_TEMP}/image.tar" \
2929 --bare \
3030 --platform linux/arm64 \
3131 --sbom spdx
3434 curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh \
3535 | sh -s -- -b /usr/local/bin
3636 - run : |
37- trufflehog --github-actions filesystem ${RUNNER_TEMP}/image.tar
37+ trufflehog --github-actions filesystem " ${RUNNER_TEMP}/image.tar"
Original file line number Diff line number Diff line change 22
33## Overview
44
5- This service was inspired by Auth0, through their example at
6- [ auth0-samples/auth0-cas-server ] ( https:// github.com/auth0-samples/auth0-cas-server) .
5+ This service was inspired by Auth0, through their ` auth0-cas-server ` service
6+ formerly hosted at ` github.com/auth0-samples/auth0-cas-server ` (link now dead ).
77It is a simple authentication redirector which wraps an OpenID Connect
88authentication flow to expose it as server implementing the Central
99Authentication Service (CAS) SSO protocol. The service leverages configuration
You can’t perform that action at this time.
0 commit comments