We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46366c4 commit 6557cf4Copy full SHA for 6557cf4
commands/local_check_security.go
@@ -75,7 +75,7 @@ a specific "composer.lock" file.`,
75
if os.Getenv("GITHUB_WORKSPACE") != "" {
76
// Ran inside a Github action, export vulns
77
output, _ := security.Format(vulns, "raw_json")
78
- terminal.Printf("::set-output name=vulns::%s", output)
+ terminal.Eprintf("::set-output name=vulns::%s", output)
79
}
80
81
if vulns.Count() > 0 {
0 commit comments