Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove #115

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM golang:1.18-alpine3.16
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected misconfiguration in your code

Misconfiguration ID: AVD-DS-0002
Check Name: Image user should not be 'root'
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Resolution: Add 'USER ' line to the Dockerfile
[This comment was created by Aqua Pipeline]

Read more at https://avd.aquasec.com/misconfig/ds002

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected misconfiguration in your code

Misconfiguration ID: AVD-DS-0026
Check Name: No HEALTHCHECK defined
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Resolution: Add HEALTHCHECK instruction in Dockerfile
[This comment was created by Aqua Pipeline]

Read more at https://avd.aquasec.com/misconfig/ds026

1 change: 1 addition & 0 deletions file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"awsTokens": "kljhgdklfhvpsdervedr"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected sensitive data in your code

Category: Code Generic
Description: Code Generic Credential
Severity: HIGH
Match: "awsTokens": "********************"
[This comment was created by Aqua Pipeline]

Loading