Skip to content

Commit 9624f9e

Browse files
Merge pull request #101 from step-security/int
Add actions domain
2 parents 4252c39 + a051e3d commit 9624f9e

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)