Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makotogew patch 3 #365

Closed
wants to merge 13 commits into from
10 changes: 5 additions & 5 deletions .github/workflows/validate-schema.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Validate JSON Schemas
name: actions/[email protected]
Validate JSON Schemas
on:
push:
branches:
- master
workflow_dispatch:
branches - master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
branches:
- master
branches - master
env:
CVE_SCHEMA_DIR: schema
CVE_SCHEMA_FILENAME: CVE_Record_Format.json
Expand Down
2 changes: 1 addition & 1 deletion tools/cna-assignment-info-to-json.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!usr/bin/perl -w
#
# Convert CNA assignment information in CSV or flat file format to JSON.
#
Expand Down