This website requires JavaScript.
Explore
Help
Register
Sign In
pleibling
/
security-automation
Watch
1
Star
0
Fork
0
You've already forked security-automation
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
28
KiB
190fb1382e
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
pleibling
190fb1382e
playbooks/--- - name: Docker Image Security Scan mit Trivy hosts: docker_nodes become: yes tasks: - name: Sicherstellen, dass Trivy installiert ist (Ubuntu) ansible.builtin.shell: | if ! command -v trivy &> /dev/--- - name: Docker Image Security Scan mit Trivy hosts: docker_nodes become: yes tasks: - name: Sicherstellen, dass Trivy installiert ist (Ubuntu) ansible.builtin.shell: | if ! command -v trivy &> /dev/trivy_docker_scan.yml hinzugefügt
2025-12-30 18:38:11 +00:00
playbooks
playbooks/--- - name: Docker Image Security Scan mit Trivy hosts: docker_nodes become: yes tasks: - name: Sicherstellen, dass Trivy installiert ist (Ubuntu) ansible.builtin.shell: | if ! command -v trivy &> /dev/--- - name: Docker Image Security Scan mit Trivy hosts: docker_nodes become: yes tasks: - name: Sicherstellen, dass Trivy installiert ist (Ubuntu) ansible.builtin.shell: | if ! command -v trivy &> /dev/trivy_docker_scan.yml hinzugefügt
2025-12-30 18:38:11 +00:00
README.md
Initial commit
2025-12-30 17:25:29 +00:00
README.md
security-automation