Skip to content

Commit

Permalink
should be fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBeard committed Jun 14, 2024
1 parent 86e4d5d commit 08d7a99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
types: [milestoned, opened, synchronize]
# This allows other repositories to call this workflow in a reusable way
workflow_call:
inputs:
oscalfiles:
default: ./oscal.yaml
description: "Location of the OSCAL file"
required: true
type: string

jobs:
validate:
Expand All @@ -39,6 +33,8 @@ jobs:
uds run lint:deps --no-progress
- name: Lint the repository
env:
OSCALFILES: ./oscal.yaml
run: |
uds run lint:yaml --no-progress
uds run lint:oscal --no-progress
3 changes: 1 addition & 2 deletions oscal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ component-definition:
(d) Have been inactive for [Assignment: organization-defined time period]."
links:
- href: '#35d926df-efbb-445a-b26b-2917199ec558'
- href: "#35d926df-efbb-445a-b26b-2917199ec558"
rel: lula
text: Check that podinfo is healthy

Expand Down Expand Up @@ -96,4 +96,3 @@ component-definition:
type: opa
title: podinfo-health-check
uuid: 35d926df-efbb-445a-b26b-2917199ec558
2 changes: 1 addition & 1 deletion tasks/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tasks:
description: Run linting checks on OSCAL
actions:
- description: Lint OSCAL files
cmd: lula tools lint -f ${{ .inputs.oscalfiles }}
cmd: lula tools lint -f $OSCALFILES

0 comments on commit 08d7a99

Please sign in to comment.