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

Ubuntu 20.04 LTS not supported #76

Open
giveen opened this issue Apr 13, 2023 · 0 comments
Open

Ubuntu 20.04 LTS not supported #76

giveen opened this issue Apr 13, 2023 · 0 comments

Comments

@giveen
Copy link

giveen commented Apr 13, 2023

@mtesauro

Looks like you missed type here...supposed to be Ubuntu20.04 not 21.04
https://github.com/DefectDojo/godojo/blob/master/distros/ubuntu.go

var ubuntuReleases = []c.Target{
	{
		ID:      "Ubuntu:22.04",
		Distro:  "Ubuntu",
		Release: "22.04",
		OS:      "Linux",
		Shell:   "bash",
	},
	{
		ID:      "Ubuntu:21.04",
		Distro:  "Ubuntu",
		Release: "21.04",
		OS:      "Linux",
		Shell:   "bash",
	},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant