Skip to content

Commit a051e3d

Browse files
Merge pull request #100 from step-security/feature-98
Allow actions domain
2 parents ad8f932 + 32e1de2 commit a051e3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agent.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func Run(ctx context.Context, configFilePath string, hostDNSServer DNSServer,
140140

141141
// Start network monitor
142142
go netMonitor.MonitorNetwork(nflog, errc) // listens for NFLOG messages
143-
143+
144144
WriteLog("before audit rules")
145145

146146
// Add logging to firewall, including NFLOG rules
@@ -197,6 +197,7 @@ func addImplicitEndpoints(endpoints []Endpoint) []Endpoint {
197197
{domainName: "codeload.github.com", port: 443}, // GitHub
198198
{domainName: "token.actions.githubusercontent.com", port: 443}, // GitHub
199199
{domainName: "vstoken.actions.githubusercontent.com", port: 443}, // GitHub
200+
{domainName: "vstsmms.actions.githubusercontent.com", port: 443}, // GitHub
200201
}
201202

202203
return append(endpoints, implicitEndpoints...)

0 commit comments

Comments
 (0)