Is your feature request related to a problem? Please describe.
The problem is that manual scanning can be forgotten, background scanning is an always-on proactive approach to application security
Describe the solution you'd like
The solution I have in mind is for Secr to run as an always-on service that scans a list of known endpoints for servers
Describe alternatives you've considered
There are two approaches I have thought of:
- periodic scans: every 24-hours or some fixed time period, scan my servers
- scanning is triggered by a deployment (such as integration with Github actions)
I think that periodic scanning is easiest to implement, and the code can be eventually reused in triggered scans, provided we add some sort of background-scanning functionality
Additional context
Not really targeted at localhost scanning, this is geared towards live staging and prod environments
Is your feature request related to a problem? Please describe.
The problem is that manual scanning can be forgotten, background scanning is an always-on proactive approach to application security
Describe the solution you'd like
The solution I have in mind is for Secr to run as an always-on service that scans a list of known endpoints for servers
Describe alternatives you've considered
There are two approaches I have thought of:
I think that periodic scanning is easiest to implement, and the code can be eventually reused in triggered scans, provided we add some sort of background-scanning functionality
Additional context
Not really targeted at localhost scanning, this is geared towards live staging and prod environments