Summary
Existing type scan should be reimported and not imported
Steps to Reproduce
- Run a scan
- Rerun a scan
- Results are not reimported in existing scan type
Expected Behavior
If a scan type exist, the results should be reimported instead of being imported.
Actual Behavior
Results are always imported
Environment
| Field |
Value |
| ScopeGuardian version / commit |
v0.0.2 |
| OS |
Alpine |
| Go version (if built from source) |
1.25 |
| Docker image tag (if using Docker) |
v0.0.2 |
Configuration
Paste your config.toml here (remove any sensitive values):
title = "ScopeGuardian CI Security Scan"
protected_branches = ["main", "master"]
path = "."
[kics]
platform = "Dockerfile"
[grype]
ignore_states = "not-fixed,unknown,wont-fix"
transitive_libraries = false
[opengrep]
exclude = ["*_test.go", "docker-compose.yml", "Dockerfile"]
Logs
N/A
Additional Context
N/A
Summary
Existing type scan should be reimported and not imported
Steps to Reproduce
Expected Behavior
If a scan type exist, the results should be reimported instead of being imported.
Actual Behavior
Results are always imported
Environment
Configuration
Paste your
config.tomlhere (remove any sensitive values):Logs
N/A
Additional Context
N/A