fix: Implement no-cache Docker builds to eliminate false positive vulnerabilities from cached layers
This commit is contained in:
1
.github/workflows/waf-integration.yml
vendored
1
.github/workflows/waf-integration.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build \
|
||||
--no-cache \
|
||||
--build-arg VCS_REF=${{ github.sha }} \
|
||||
-t charon:local .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user