john047
john047
I have another error after deleting secrets and jobs related to the service that needs to be deployed: ``` client.go:506: [debug] name-service: Jobs active: 1, jobs failed: 1, jobs succeeded:...
Hello @wiliansilvazup I tried two options for runnig a job. The first one as you suggested: ``` horusec_sast: stage: check-code image: docker:19.03.12 rules: - if: $CI_COMMIT_REF_NAME =~ /^release-.*$/ allow_failure: true...
As I wrote above, the directory with the project is not mounted: ``` horusec_sast: stage: check-code image: docker:19.03.12 script: - ls -la ${CI_PROJECT_DIR} - docker run -v /var/run/docker.sock:/var/run/docker.sock -v ${CI_PROJECT_DIR}:/opt/horusec...
Please explain how services and socket can work together? After all, there must be one thing, either a service or a socket. https://docs.horusec.io/docs/cli/installation/#gitlab-cicd I still do not have a solution...
A lot of time has already been spent on solving the problem of mounting a directory with a project. According to the documentation, I cannot configure the use of the...
Can someone from here help?
@wiliansilvazup, yes your advice works but when I run it manual the tool finds two vulnerabilities: 1. "details": "Hard-coded password - from yaml file how mentioned above 2. "details": "Running...
I created kube secret: ``` kubectl create secret tls mail-tls --key=cert.key --cert=cert.crt ``` and deployed app with next deployment: ``` apiVersion: apps/v1 kind: Deployment metadata: name: smtp4dev spec: replicas: 1...
How can I make the Discover menu available to the reade-only user, without assigning an all_access role, as in the picture from the documentation? https://opensearch.org/docs/2.15/security/access-control/users-roles/#opensearch-dashboards-readonly_mode
Deployment via helm is contained in the config by default: opensearch_security.readonly_mode.roles: [kibana_read_only]. Also from the documentation https://opensearch.org/docs/1.0/security-plugin/access-control/users-roles/#set-up-a-read-only-user-in-opensearch-dashboards to add kibana_read_only role to a new user. Deleted this role and got...