Skip to content

patrickeasters/sds-managed-policy-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sds-managed-policy-mapper

Generate a HTML report mapping custom policies to managed policies in Sysdig Secure

Usage

To generate a report, provide at minimum the URL to your Sysdig Secure instance and a Secure API token. The token will need to be generated by a user with permission to read runtime policies.

 ./sds-policy-mapper --help
sds-policy-mapper v0.1.0 - Sysdig Secure Managed Policy Mapper

Flags:

  -browser
    	Automatically open report in browser
  -help
    	Get help on the 'sds-policy-mapper' command.
  -output string
    	Path to file for writing report (default "policies.html")
  -secure-token string
    	API token for Sysdig Secure (env: SECURE_API_TOKEN)
  -secure-url string
    	URL for Sysdig Secure (default "https://secure.sysdig.com")

Building

go build -o sds-policy-mapper cmd/mapper.go

About

Generate a mapping of Sysdig custom policies to managed policies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages