Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 460f82a

Browse files
committed
Rename security checks
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent 6b127c0 commit 460f82a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
# Run the container
4242
docker run --name codegate -d -p 8989:8989 -p 9090:9090 \
4343
-p 8990:8990 \
44-
-v "$(pwd)"/codegate_volume:/app/codegate_volume \
45-
--restart unless-stopped $IMAGE_NAME
44+
--restart unless-stopped ghcr.io/stacklok/codegate:latest
4645
4746
# Confirm the container started
4847
echo "Container started:"

.github/workflows/run-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
security:
11-
name: Security Checks via Trivy
11+
name: Security Checks
1212
uses: ./.github/workflows/security.yml
1313
ci:
1414
name: CI

.github/workflows/run-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
security:
11-
name: Security Checks via Trivy
11+
name: Security Checks
1212
uses: ./.github/workflows/security.yml
1313
ci:
1414
name: CI

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
dependencies:
1010
runs-on: ubuntu-latest
11-
name: Dependencies & Secrets Scan
11+
name: Dependencies & Secrets Scan via Trivy
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)