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

Implemented the REST API #1452

Merged
merged 11 commits into from
Nov 15, 2023
Merged

Commits on Nov 15, 2023

  1. Implemented the REST API

    * Fixes guacsec#1326
    * Implemented the REST API for Known
    *
    
    Fixed docker-compose down
    
    When running `make stop-service` I was getting:
    
    ```
    make stop-service
    docker compose down
    service "oci-collector" depends on undefined service guac-graphql: invalid compose project
    make: *** [stop-service] Error 15
    ```
    
    This is because the guac-graphql was removed from, 8336525.
    
    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6dc2bfe View commit details
    Browse the repository at this point in the history
  2. Added comments to vuln to improve readability

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0c94638 View commit details
    Browse the repository at this point in the history
  3. Basic REST API for Bad

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7c811ad View commit details
    Browse the repository at this point in the history
  4. Updated to include visualizer url

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3413db0 View commit details
    Browse the repository at this point in the history
  5. Updated docs

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    94cde1e View commit details
    Browse the repository at this point in the history
  6. Included Tests for Bad

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f4b69fe View commit details
    Browse the repository at this point in the history
  7. Updated based on comment

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f7a3fa7 View commit details
    Browse the repository at this point in the history
  8. Updated Makefile

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    40d743d View commit details
    Browse the repository at this point in the history
  9. Ignored other operating systems for goreleaser

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3d62ec1 View commit details
    Browse the repository at this point in the history
  10. Included Swagger docs

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f46f09a View commit details
    Browse the repository at this point in the history
  11. Fixed fmt

    Signed-off-by: nathannaveen <[email protected]>
    nathannaveen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5a55af6 View commit details
    Browse the repository at this point in the history