Giter Club home page Giter Club logo

devsecops's People

Contributors

albal avatar fireflycons avatar shafaqkhan0 avatar tej-singh-rana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

devsecops's Issues

OWASP ZAP Docker Image - Pull access denied Fix

I was getting this issue, read up that ZAP has left OWASP so that OWASP image is no longer available under OWASP on dockerhub.

This is the error:

docker: Error response from daemon: pull access denied for owasp/zap2docker-weekly, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

This is the new image I used

https://hub.docker.com/r/zaproxy/zap-weekly

And the updated command, only thing changed is the image.

docker run -v $(pwd):/zap/wrk/:rw -t zaproxy/zap-weekly zap-api-scan.py -t $applicationURL:$PORT/v3/api-docs -f openapi -c zap_rules -r zap_report.html

Unable to build Docker Image

Hello,

I’m facing issue, building image for devsecops course. Please find below error.

=> ERROR [3/3] COPY target/.jar /home/k8s-pipeline/app.jar 0.9s
[3/3] COPY target/
.jar /home/k8s-pipeline/app.jar:

Dockerfile:5
3 | ARG JAR_FILE=target/*.jar
4 | RUN addgroup -S pipeline && adduser -S k8s-pipeline -G pipeline
5 | >>> COPY ${JAR_FILE} /home/k8s-pipeline/app.jar
6 | USER k8s-pipeline
7 | ENTRYPOINT [“java”,“-jar”,“/home/k8s-pipeline/app.jar”]
ERROR: failed to solve: lstat /var/lib/docker/tmp/buildkit-mount3223575882/target: no such file or directory

i couldn't find target directory and jar file in this repository.

credentials

Hey for this repo i am using aws like cloud plateform
but whenever i am runnig your script, it ask me a password and i don't know which one should i use.
or maybe the script is only for azure cloud? i don't know please can you help me to understand it
Thank you!

Helm Install Falco/Falcosidekick Redis Pods not starting FIX

I was stuck for a while where my Redis pod was not starting since I don't have any Persistent Volume or StorageClasses that my PVC could use.

This was causing my redis and sidekick pods to not run, and I couldnt access my Falcosidekick ui on my machine.

You can disable the PVC but all events will be kept in memory: --set falcosidekick.webui.redis.storageEnabled=false

The full Helm install command should look like this

helm install falco falcosecurity/falco \ --set falcosidekick.enabled=true \ --set falcosidekick.webui.redis.storageEnabled=false \ --set falcosidekick.webui.enabled=true -n falco

After this, make sure you configure the sidekick-ui service and change it to a NodePort Service type to access it externally.

Reference
falcosecurity/falco#2565

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.