actions log4j
v0.1.4
log4J 1.x 및 2.x에 영향을 미치는 LOG4J 취약점의 모든 버전에 대한 Java 소스 코드를 분석하는 GitHub 작업. 영향을받는 모든 버전의 log4J에 대한 자세한 내용은 https://logging.apache.org/log4j/2.x/security.html에 대해 읽을 수 있습니다.
name: Example Workflow Using the SecureStack log4j scanning Action
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout repo for running log4j analysis
id: checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Log4j Scanning Step
id: log4j
uses: SecureStackCo/[email protected]
with:
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
severity: critical
https://www.youtube.com/watch?v=yrpitqny9um&list=pl_8xjyi5rinxzhpqkdripipmaj0lt6pj8
만들어 졌어? Securestack에 의해