Skip to content

Commit

Permalink
updating for container hardening
Browse files Browse the repository at this point in the history
  • Loading branch information
dandersonsw committed Apr 23, 2024
1 parent f28cccd commit 0f0a195
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 1,202 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/security-considerations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Security Considerations

on:
pull_request:
types: [opened, edited, reopened]
branches: [main, master, develop]

jobs:
security-considerations:
runs-on: ubuntu-latest
steps:
- uses: cloud-gov/security-considerations-action@main
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM concourse/buildroot:git
MAINTAINER https://github.com/cloudfoundry/bosh-deployment-resource
ARG base_image

FROM ${base_image}

ADD check /opt/resource/check
ADD in /opt/resource/in
ADD out /opt/resource/out

RUN chmod +x /opt/resource/*
RUN chmod +x /opt/resource/*
321 changes: 0 additions & 321 deletions ci/pipeline.yml

This file was deleted.

16 changes: 0 additions & 16 deletions ci/tasks/build.sh

This file was deleted.

19 changes: 0 additions & 19 deletions ci/tasks/build.yml

This file was deleted.

11 changes: 0 additions & 11 deletions ci/tasks/unit-test.sh

This file was deleted.

Loading

0 comments on commit 0f0a195

Please sign in to comment.