Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords from Contributors

mesh interactive hacking
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: nileger
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 3.61 MB
Statistics
  • Stars: 14
  • Watchers: 1
  • Forks: 0
  • Open Issues: 10
  • Releases: 63
Created about 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

IaC Analyzer Decision Guide

The IaC Analyzer Decision Guide helps practitioners and researchers find static infrastructure code analyzers (SICA). It comprises SICAs for many IaC tools (e.g., Ansible, Terraform, Kubernetes, Docker).

How to Start Developing

  1. Backend: go run .
  2. Frontend: npm install to install all dependencies and npm run start to start the application.

Changes in the frontend will automatically show up in the browser. If you make changes to the backend, you have to restart the application.

If you want to update and test the cron job which updates the GitHub statistics for each SICA, you need to set GITHUB_USERNAME, GITHUB_NAME, GITHUB_EMAIL, GITHUB_API_TOKEN, and GITHUB_REPOSITORY in update.go.

You can finde more information in the READMEs in the subfolders.

Folder Structure

  • backend: The Go API
  • data: The YAML files for the IaC analyzers
  • frontend: The React frontend
  • terraform: The Terraform files for the deployment of the application # How to Cite Either use the information provided in the CITATION.cff file or one of the following.
    ### CITATION.cff The CITATION.cff has been created with the cffinit website.
    ### RIS TY - THES AU - Leger, Nils T1 - Static IaC Analysis Bridging the Gap between Research and Practice DA - 2022 CY - Bad Honnef, Germany PB - IU University of Applied Sciences A3 - Khler, Andr M3 - Master's thesis M4 - Citavi ER - ### BibTeX @phdthesis{Leger.2022, author = {Leger, Nils}, year = {2022}, title = {Static IaC Analysis -- Bridging the Gap between Research and Practice}, address = {Bad Honnef, Germany}, school = {{IU University of Applied Sciences}}, type = {Master's thesis} }

Origin

Initially, this repository was copied from komodorio/validkube.
The colors and basic code structure of komodorio/validkube were kept, whereas the layout and functionality were significantly adapted.

Owner

  • Name: Nils Leger
  • Login: nileger
  • Kind: user
  • Location: Karlsruhe
  • Company: @Capgemini

Lead DevOps Engineer @Capgemini

GitHub Events

Total
  • Pull request event: 3
  • Create event: 3
Last Year
  • Pull request event: 3
  • Create event: 3

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 75
  • Total Committers: 4
  • Avg Commits per committer: 18.75
  • Development Distribution Score (DDS): 0.4
Past Year
  • Commits: 29
  • Committers: 2
  • Avg Commits per committer: 14.5
  • Development Distribution Score (DDS): 0.483
Top Committers
Name Email Commits
Nils Leger n****r@g****m 45
dependabot[bot] 4****] 28
Nicolas Vuillamy n****y@g****m 1
Nils Leger n****r@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 55
  • Average time to close issues: N/A
  • Average time to close pull requests: 9 days
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.15
  • Merged pull requests: 42
  • Bot issues: 0
  • Bot pull requests: 42
Past Year
  • Issues: 0
  • Pull requests: 27
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 17
  • Bot issues: 0
  • Bot pull requests: 24
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (65)
  • nileger (15)
  • nvuillam (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (65) javascript (42) go (15)

Dependencies

backend/go.mod go
  • github.com/KyleBanks/depth v1.2.1
  • github.com/Microsoft/go-winio v0.4.16
  • github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
  • github.com/acomagu/bufpipe v1.0.3
  • github.com/emirpasic/gods v1.12.0
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
  • github.com/gin-gonic/gin v1.8.1
  • github.com/go-co-op/gocron v1.17.0
  • github.com/go-git/gcfg v1.5.0
  • github.com/go-git/go-billy/v5 v5.3.1
  • github.com/go-git/go-git/v5 v5.4.2
  • github.com/go-openapi/jsonpointer v0.19.5
  • github.com/go-openapi/jsonreference v0.20.0
  • github.com/go-openapi/spec v0.20.6
  • github.com/go-openapi/swag v0.21.1
  • github.com/go-playground/locales v0.14.0
  • github.com/go-playground/universal-translator v0.18.0
  • github.com/go-playground/validator/v10 v10.11.0
  • github.com/goccy/go-json v0.9.10
  • github.com/golang/protobuf v1.5.2
  • github.com/google/go-github v17.0.0+incompatible
  • github.com/google/go-querystring v1.1.0
  • github.com/imdario/mergo v0.3.12
  • github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
  • github.com/leodido/go-urn v1.2.1
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-isatty v0.0.14
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/pelletier/go-toml/v2 v2.0.2
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/sergi/go-diff v1.2.0
  • github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe
  • github.com/swaggo/gin-swagger v1.5.1
  • github.com/swaggo/swag v1.8.4
  • github.com/ugorji/go/codec v1.2.7
  • github.com/xanzy/ssh-agent v0.3.0
  • golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
  • golang.org/x/net v0.0.0-20220708220712-1185a9018129
  • golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20220721230656-c6bc011c0c49
  • golang.org/x/text v0.3.7
  • golang.org/x/tools v0.1.11
  • google.golang.org/appengine v1.6.7
  • google.golang.org/protobuf v1.28.0
  • gopkg.in/warnings.v0 v0.1.2
  • gopkg.in/yaml.v2 v2.4.0
backend/go.sum go
  • 201 dependencies
frontend/package-lock.json npm
  • 1304 dependencies
frontend/package.json npm
  • @types/getenv ^1.0.0 development
  • @types/react-router-dom ^5.1.5 development
  • @types/styled-components ^5.1.1 development
  • @uiw/react-textarea-code-editor v1.4.4 development
  • dotenv ^11.0.0 development
  • openapi-typescript ^5.4.1 development
  • openapi-typescript-codegen ^0.23.0 development
  • @emotion/react ^11.9.3
  • @emotion/styled ^11.9.3
  • @mui/icons-material ^5.8.4
  • @mui/material ^5.8.6
  • @testing-library/jest-dom ^5.16.1
  • @testing-library/react ^12.1.2
  • @testing-library/user-event ^13.5.0
  • @types/jest ^27.4.0
  • @types/node ^16.11.19
  • @types/react ^17.0.38
  • @types/react-dom ^17.0.11
  • cross-env ^7.0.3
  • getenv ^1.0.0
  • react ^17.0.2
  • react-dom ^17.0.2
  • react-github-btn 1.2.1
  • react-router-dom ^5.2.0
  • react-scripts 5.0.0
  • runtypes ^5.0.1
  • styled-components ^5.1.1
  • typescript ^4.5.4
  • util ^0.12.4
  • web-vitals ^2.1.3
data/validation/requirements.txt pypi
  • yamale *
.github/workflows/github-actions.yml actions
  • actions/checkout v2 composite
  • actions/checkout v3 composite
  • actions/checkout master composite
  • actions/github-script v6 composite
  • actions/setup-python v2 composite
  • aquasecurity/tfsec-action v1.0.0 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
  • hadolint/hadolint-action v2.0.0 composite
  • hashicorp/setup-terraform v1 composite
  • mikepenz/release-changelog-builder-action v3 composite
  • ncipollo/release-action v1 composite
  • paulhatch/semantic-version v4.0.3 composite
Dockerfile docker
  • alpine 3.16 build
  • golang 1.18-alpine build
  • node 13.12.0-alpine build
data/sicas/docker-compose/map/docker-compose-viz.yml docker