-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update test to version 0.27.1 (#106)
* chore: update test to version 0.27.0 * chore: add test file secret and update to 0.27.1 * fix: support repository with securityCheck secret Co-authored-by: carolina valencia <[email protected]>
- Loading branch information
Showing
7 changed files
with
79 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"SchemaVersion": 2, | ||
"ArtifactName": ".", | ||
"ArtifactType": "filesystem", | ||
"Metadata": { | ||
"ImageConfig": { | ||
"architecture": "", | ||
"created": "0001-01-01T00:00:00Z", | ||
"os": "", | ||
"rootfs": { | ||
"type": "", | ||
"diff_ids": null | ||
}, | ||
"config": {} | ||
} | ||
}, | ||
"Results": [ | ||
{ | ||
"Target": "Dockerfile", | ||
"Class": "config", | ||
"Type": "dockerfile", | ||
"MisconfSummary": { | ||
"Successes": 22, | ||
"Failures": 1, | ||
"Exceptions": 0 | ||
}, | ||
"Misconfigurations": [ | ||
{ | ||
"Type": "Dockerfile Security Check", | ||
"ID": "DS002", | ||
"Title": "root user", | ||
"Description": "Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.", | ||
"Message": "Specify at least 1 USER command in Dockerfile with non-root user as argument", | ||
"Namespace": "appshield.dockerfile.DS002", | ||
"Query": "data.appshield.dockerfile.DS002.deny", | ||
"Resolution": "Add 'USER \u003cnon root user name\u003e' line to the Dockerfile", | ||
"Severity": "HIGH", | ||
"PrimaryURL": "https://avd.aquasec.com/appshield/ds002", | ||
"References": [ | ||
"https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", | ||
"https://avd.aquasec.com/appshield/ds002" | ||
], | ||
"Status": "FAIL", | ||
"Layer": {}, | ||
"IacMetadata": {} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -442,7 +442,7 @@ | |
} | ||
} | ||
], | ||
"version": "0.26.0" | ||
"version": "0.27.1" | ||
} | ||
}, | ||
"results": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters