Skip to content

Commit eb42a6e

Browse files
committed
Address linting issues
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
1 parent a35d8a0 commit eb42a6e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/image-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -34,4 +34,4 @@ jobs:
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"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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).
77
It is a simple authentication redirector which wraps an OpenID Connect
88
authentication flow to expose it as server implementing the Central
99
Authentication Service (CAS) SSO protocol. The service leverages configuration

0 commit comments

Comments
 (0)