Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
# -------------------------
- name: Run Trivy security scanner
if: ${{ !inputs.skip_code_scans }}
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
with:
scan-type: 'fs'
scan-ref: '.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void testValidateOscalProfileXml()

IValidationResult validationResult = bindingContext.validate(
new URI(
"https://raw.githubusercontent.com/GSA/fedramp-automation/refs/heads/develop/src/validations/constraints/content/fedramp-tailoring-profile.xml"),
"https://raw.githubusercontent.com/OSCAL-Foundation/fedramp-automation/c784140bc6d1ac9fa159aabc0e8a29e9aa2c63a9/src/content/rev5/baselines/xml/FedRAMP_rev5_MODERATE-baseline_profile.xml"),
Format.XML,
new ValidationProvider(module),
null);
Expand Down
Loading