Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBeard committed Jun 14, 2024
1 parent 08d7a99 commit 29221be
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
- name: Install Lula
uses: defenseunicorns/lula-action/setup@095636b7880051e11b05f10a582fdd911526161c
with:
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
version: v0.3.0

- name: Iron Bank Login
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ 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
1 change: 1 addition & 0 deletions oscal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ component-definition:
source: https://raw.githubusercontent.com/GSA/fedramp-automation/93ca0e20ff5e54fc04140613476fba80f08e3c7d/dist/content/rev5/baselines/json/FedRAMP_rev5_HIGH-baseline-resolved-profile_catalog.json
description: Validate generic security requirements
implemented-requirements:
# TODO: (@WSTARR) - make this more relevant once this podinfo package is integrated further with UDS Core (i.e. authservice)
- uuid: 7faf6742-a23d-41c1-9ba7-2072494aedc2
control-id: ac-2.3
description: >-
Expand Down
10 changes: 0 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@
"matchStrings": ["- Lula: (?<currentValue>.*)"],
"datasourceTemplate": "github-tags",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"fileMatch": [".github/actions/setup/action\\.yaml"],
"matchStrings": [
"uses: defenseunicorns/lula-action/setup@(?<currentValue>[a-f0-9]{40})",
"version: v(?<currentValue>\\d+\\.\\d+\\.\\d+)"
],
"depNameTemplate": "defenseunicorns/lula",
"datasourceTemplate": "github-tags",
"extractVersionTemplate": "^v(?<version>.*)$"
}
],
"packageRules": [
Expand Down
8 changes: 7 additions & 1 deletion tasks/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
variables:
- name: OSCALFILES
default: ./oscal.yaml

tasks:
- name: deps
description: Install linting tool dependencies
Expand All @@ -16,4 +20,6 @@ tasks:
description: Run linting checks on OSCAL
actions:
- description: Lint OSCAL files
cmd: lula tools lint -f $OSCALFILES
cmd: lula tools lint -f ${OSCALFILES}
setVariables:
- name: OSCALFILES

0 comments on commit 29221be

Please sign in to comment.