mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Replace 'confirming filename' with 'conforming filename'
This commit is contained in:
parent
b80163c35f
commit
ffb29f5ba4
10 changed files with 22 additions and 22 deletions
|
|
@ -70,7 +70,7 @@ func run(opts *options, files []string) error {
|
|||
|
||||
for _, file := range files {
|
||||
// Check if the file name is valid.
|
||||
if !util.ConfirmingFileName(filepath.Base(file)) {
|
||||
if !util.ConformingFileName(filepath.Base(file)) {
|
||||
fmt.Printf("%q is not a valid advisory name.\n", file)
|
||||
}
|
||||
doc, err := loadJSONFromFile(file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue