Skip to content

Commit

Permalink
Rename security checks
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Jan 16, 2025
1 parent c731dd1 commit 51ce373
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
# Run the container
docker run --name codegate -d -p 8989:8989 -p 9090:9090 \
-p 8990:8990 \
-v "$(pwd)"/codegate_volume:/app/codegate_volume \
--restart unless-stopped $IMAGE_NAME
--restart unless-stopped ghcr.io/stacklok/codegate:latest
# -v "$(pwd)"/codegate_volume:/app/codegate_volume \
# Confirm the container started
echo "Container started:"
docker ps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
security:
name: Security Checks via Trivy
name: Security Checks
uses: ./.github/workflows/security.yml
ci:
name: CI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
security:
name: Security Checks via Trivy
name: Security Checks
uses: ./.github/workflows/security.yml
ci:
name: CI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
dependencies:
runs-on: ubuntu-latest
name: Dependencies & Secrets Scan
name: Dependencies & Secrets Scan via Trivy
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 51ce373

Please sign in to comment.