We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a099cc4 commit a843790Copy full SHA for a843790
1 file changed
mise.toml
@@ -78,7 +78,7 @@ run = [
78
{ task = "security:sast" },
79
{ task = "security:grype" },
80
{ task = "security:retire" },
81
- { task = "mise //agent:security"} # additional agent specific security scans
+ "MISE_EXPERIMENTAL=1 mise //agent:security",
82
]
83
84
##################
0 commit comments